#B1EEE0

Color #B1EEE0 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #B1EEE0

Tints of Water Leaf #B1EEE0

Color information

#B1EEE0 (or 0xB1EEE0) is unknown color: approx Water Leaf. HEX triplet: B1, EE and E0. RGB value is (177,238,224). Sum of RGB (Red+Green+Blue) = 177+238+224=639 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.70% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEE0 is #4E111F. Grayscale: #DADADA. Windows color (decimal): -5116192 or 14741169. OLE color: 14741169.

HSL color Cylindrical-coordinate representation of color #B1EEE0: hue angle of 166.23º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEE0 is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB177238224-
CMYK0.2600.060.07
HSL166.23º64.21%81.37%-
HSV(B)166.23º25.63%93.33%-
XYZ62.1675.8881.89-
YUV218.16131.2998.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.70%
GREEN value IS 238 (93.36% from 255) = 37.25%
BLUE value IS 224 (87.89% from 255) = 35.05%
R=27.70%
G=37.25%
B=35.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382240.2600.060.07166.2364.2181.37
HexB1EEE01A067a64051
Octal26135634032067246100121
Binary1011000111101110111000001101001101111010011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEE0; }

 p { color: rgb(177,238,224); }

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

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

 a { background-color: rgb(177,238,224); }

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

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

 span { border-color: rgb(177,238,224); }

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