#BBF9EC

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

Shades of Water Leaf #BBF9EC

Tints of Water Leaf #BBF9EC

Color information

#BBF9EC (or 0xBBF9EC) is unknown color: approx Water Leaf. HEX triplet: BB, F9 and EC. RGB value is (187,249,236). Sum of RGB (Red+Green+Blue) = 187+249+236=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF9EC is #440613. Grayscale: #E4E4E4. Windows color (decimal): -4458004 or 15530427. OLE color: 15530427.

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

Color convert

RGB187249236-
CMYK0.2500.050.02
HSL167.42º83.78%85.49%-
HSV(B)167.42º24.9%97.65%-
XYZ69.5184.3791.98-
YUV228.98131.9698.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.83%
GREEN value IS 249 (97.66% from 255) = 37.05%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=27.83%
G=37.05%
B=35.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872492360.2500.050.02167.4283.7885.49
HexBBF9EC19052a75455
Octal27337135431052247124125
Binary101110111111100111101100110010101101010011110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF9EC; }

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

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

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

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

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

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

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

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