#BBEEE2

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

Shades of Water Leaf #BBEEE2

Tints of Water Leaf #BBEEE2

Color information

#BBEEE2 (or 0xBBEEE2) is unknown color: approx Water Leaf. HEX triplet: BB, EE and E2. RGB value is (187,238,226). Sum of RGB (Red+Green+Blue) = 187+238+226=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 238 (93.36% from 255 or 36.56% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 238 - color contains mainly: green. Hex color #BBEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEEE2 is #44111D. Grayscale: #DDDDDD. Windows color (decimal): -4460830 or 14872251. OLE color: 14872251.

HSL color Cylindrical-coordinate representation of color #BBEEE2: hue angle of 165.88º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBEEE2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB187238226-
CMYK0.2100.050.07
HSL165.88º60%83.33%-
HSV(B)165.88º21.43%93.33%-
XYZ64.877.283.44-
YUV221.38130.6103.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 238 (93.36% from 255) = 36.56%
BLUE value IS 226 (88.67% from 255) = 34.72%
R=28.73%
G=36.56%
B=34.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872382260.2100.050.07165.886083.33
HexBBEEE215057a63c53
Octal2733563422505724674123
Binary101110111110111011100010101010101111101001101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEE2; }

 p { color: rgb(187,238,226); }

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

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

 a { background-color: rgb(187,238,226); }

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

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

 span { border-color: rgb(187,238,226); }

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