#BBF6EC

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

Shades of Water Leaf #BBF6EC

Tints of Water Leaf #BBF6EC

Color information

#BBF6EC (or 0xBBF6EC) is unknown color: approx Water Leaf. HEX triplet: BB, F6 and EC. RGB value is (187,246,236). Sum of RGB (Red+Green+Blue) = 187+246+236=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 246 (96.48% from 255 or 36.77% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6EC is #440913. Grayscale: #E3E3E3. Windows color (decimal): -4458772 or 15529659. OLE color: 15529659.

HSL color Cylindrical-coordinate representation of color #BBF6EC: hue angle of 169.83º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6EC is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB187246236-
CMYK0.2400.040.04
HSL169.83º76.62%84.9%-
HSV(B)169.83º23.98%96.47%-
XYZ68.5982.5391.67-
YUV227.22132.9599.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.95%
GREEN value IS 246 (96.48% from 255) = 36.77%
BLUE value IS 236 (92.58% from 255) = 35.28%
R=27.95%
G=36.77%
B=35.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872462360.2400.040.04169.8376.6284.9
HexBBF6EC18044aa4d55
Octal27336635430044252115125
Binary1011101111110110111011001100001001001010101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF6EC; }

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

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

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

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

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

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

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

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