#BBF1E4

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

Shades of Water Leaf #BBF1E4

Tints of Water Leaf #BBF1E4

Color information

#BBF1E4 (or 0xBBF1E4) is unknown color: approx Water Leaf. HEX triplet: BB, F1 and E4. RGB value is (187,241,228). Sum of RGB (Red+Green+Blue) = 187+241+228=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1E4 is #440E1B. Grayscale: #DFDFDF. Windows color (decimal): -4460060 or 15004091. OLE color: 15004091.

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

Color convert

RGB187241228-
CMYK0.2200.050.05
HSL165.56º65.85%83.92%-
HSV(B)165.56º22.41%94.51%-
XYZ65.9579.0885.19-
YUV223.37130.61102.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 241 (94.53% from 255) = 36.74%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=28.51%
G=36.74%
B=34.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412280.2200.050.05165.5665.8583.92
HexBBF1E416055a64254
Octal27336134426055246102124
Binary1011101111110001111001001011001011011010011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1E4; }

 p { color: rgb(187,241,228); }

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

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

 a { background-color: rgb(187,241,228); }

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

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

 span { border-color: rgb(187,241,228); }

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