#B1EBBE

Color #B1EBBE Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #B1EBBE

Tints of Fringy Flower #B1EBBE

Color information

#B1EBBE (or 0xB1EBBE) is unknown color: approx Fringy Flower. HEX triplet: B1, EB and BE. RGB value is (177,235,190). Sum of RGB (Red+Green+Blue) = 177+235+190=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 235 (92.19% from 255 or 39.04% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBBE is #4E1441. Grayscale: #D4D4D4. Windows color (decimal): -5116994 or 12512177. OLE color: 12512177.

HSL color Cylindrical-coordinate representation of color #B1EBBE: hue angle of 133.45º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBBE is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB177235190-
CMYK0.2500.190.08
HSL133.45º59.18%80.78%-
HSV(B)133.45º24.68%92.16%-
XYZ57.1372.4859.69-
YUV212.53115.28102.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 235 (92.19% from 255) = 39.04%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=29.40%
G=39.04%
B=31.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1772351900.2500.190.08133.4559.1880.78
HexB1EBBE190138853b51
Octal261353276310231020573121
Binary101100011110101110111110110010100111000100001011110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EBBE; }

 p { color: rgb(177,235,190); }

 H1.HeaderClassName
 {
   color: #B1EBBE;
 }
 .AnyTagClassName
 {
   color: #B1EBBE;
 }
</style>
background-color css

<style>
 a { background-color: #B1EBBE; }

 a { background-color: rgb(177,235,190); }

 div.DivClassName
 {
   background-color: #B1EBBE;
 }
 .BgClassName
 {
   background-color: #B1EBBE;
 }
</style>
border-color css

<style>
 span { border-color: #B1EBBE; }

 span { border-color: rgb(177,235,190); }

 td.TdClassName
 {
   border-color: #B1EBBE;
 }
 .TagClassName
 {
   border-color: #B1EBBE;
 }
</style>