#BBF1E1

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

Shades of Water Leaf #BBF1E1

Tints of Water Leaf #BBF1E1

Color information

#BBF1E1 (or 0xBBF1E1) is unknown color: approx Water Leaf. HEX triplet: BB, F1 and E1. RGB value is (187,241,225). Sum of RGB (Red+Green+Blue) = 187+241+225=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 225 (88.28% from 255 or 34.46% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1E1 is #440E1E. Grayscale: #DFDFDF. Windows color (decimal): -4460063 or 14807483. OLE color: 14807483.

HSL color Cylindrical-coordinate representation of color #BBF1E1: hue angle of 162.22º 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 #BBF1E1 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB187241225-
CMYK0.2200.070.05
HSL162.22º65.85%83.92%-
HSV(B)162.22º22.41%94.51%-
XYZ65.5478.9183.01-
YUV223.03129.11102.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 241 (94.53% from 255) = 36.91%
BLUE value IS 225 (88.28% from 255) = 34.46%
R=28.64%
G=36.91%
B=34.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1872412250.2200.070.05162.2265.8583.92
HexBBF1E116075a24254
Octal27336134126075242102124
Binary1011101111110001111000011011001111011010001010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF1E1; }

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

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

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

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

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

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

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

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