#BBFDEC

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

Shades of Water Leaf #BBFDEC

Tints of Water Leaf #BBFDEC

Color information

#BBFDEC (or 0xBBFDEC) is unknown color: approx Water Leaf. HEX triplet: BB, FD and EC. RGB value is (187,253,236). Sum of RGB (Red+Green+Blue) = 187+253+236=676 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.66% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDEC is #440213. Grayscale: #E7E7E7. Windows color (decimal): -4456980 or 15531451. OLE color: 15531451.

HSL color Cylindrical-coordinate representation of color #BBFDEC: hue angle of 164.55º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDEC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB187253236-
CMYK0.2600.070.01
HSL164.55º94.29%86.27%-
HSV(B)164.55º26.09%99.22%-
XYZ70.7686.8792.4-
YUV231.33130.6396.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.66%
GREEN value IS 253 (99.22% from 255) = 37.43%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=27.66%
G=37.43%
B=34.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872532360.2600.070.01164.5594.2986.27
HexBBFDEC1A071a55e56
Octal27337535432071245136126
Binary10111011111111011110110011010011111010010110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFDEC; }

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

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

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

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

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

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

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

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