#BBF2E5

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

Shades of Water Leaf #BBF2E5

Tints of Water Leaf #BBF2E5

Color information

#BBF2E5 (or 0xBBF2E5) is unknown color: approx Water Leaf. HEX triplet: BB, F2 and E5. RGB value is (187,242,229). Sum of RGB (Red+Green+Blue) = 187+242+229=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2E5 is #440D1A. Grayscale: #E0E0E0. Windows color (decimal): -4459803 or 15069883. OLE color: 15069883.

HSL color Cylindrical-coordinate representation of color #BBF2E5: hue angle of 165.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2E5 is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB187242229-
CMYK0.2300.050.05
HSL165.82º67.9%84.12%-
HSV(B)165.82º22.73%94.9%-
XYZ66.3979.7386.02-
YUV224.07130.78101.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 242 (94.92% from 255) = 36.78%
BLUE value IS 229 (89.84% from 255) = 34.80%
R=28.42%
G=36.78%
B=34.80%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872422290.2300.050.05165.8267.984.12
HexBBF2E517055a64454
Octal27336234527055246104124
Binary1011101111110010111001011011101011011010011010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF2E5; }

 p { color: rgb(187,242,229); }

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

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

 a { background-color: rgb(187,242,229); }

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

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

 span { border-color: rgb(187,242,229); }

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