#BBF9E6

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

Shades of Water Leaf #BBF9E6

Tints of Water Leaf #BBF9E6

Color information

#BBF9E6 (or 0xBBF9E6) is unknown color: approx Water Leaf. HEX triplet: BB, F9 and E6. RGB value is (187,249,230). Sum of RGB (Red+Green+Blue) = 187+249+230=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 249 (97.66% from 255 or 37.39% from 666); Blue value is 230 (90.23% from 255 or 34.53% from 666); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9E6 is #440619. Grayscale: #E4E4E4. Windows color (decimal): -4458010 or 15137211. OLE color: 15137211.

HSL color Cylindrical-coordinate representation of color #BBF9E6: hue angle of 161.61º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9E6 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB187249230-
CMYK0.2500.080.02
HSL161.61º83.78%85.49%-
HSV(B)161.61º24.9%97.65%-
XYZ68.6584.0387.46-
YUV228.3128.9698.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.08%
GREEN value IS 249 (97.66% from 255) = 37.39%
BLUE value IS 230 (90.23% from 255) = 34.53%
R=28.08%
G=37.39%
B=34.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492300.2500.080.02161.6183.7885.49
HexBBF9E619082a25455
Octal273371346310102242124125
Binary1011101111111001111001101100101000101010001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9E6; }

 p { color: rgb(187,249,230); }

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

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

 a { background-color: rgb(187,249,230); }

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

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

 span { border-color: rgb(187,249,230); }

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