#BBFFEC

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

Shades of Water Leaf #BBFFEC

Tints of Water Leaf #BBFFEC

Color information

#BBFFEC (or 0xBBFFEC) is unknown color: approx Water Leaf. HEX triplet: BB, FF and EC. RGB value is (187,255,236). Sum of RGB (Red+Green+Blue) = 187+255+236=678 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.58% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFEC is #440013. Grayscale: #E8E8E8. Windows color (decimal): -4456468 or 15531963. OLE color: 15531963.

HSL color Cylindrical-coordinate representation of color #BBFFEC: hue angle of 163.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFEC is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB187255236-
CMYK0.2700.070
HSL163.24º100%86.67%-
HSV(B)163.24º26.67%100%-
XYZ71.3988.1492.61-
YUV232.5129.9795.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.58%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 236 (92.58% from 255) = 34.81%
R=27.58%
G=37.61%
B=34.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1872552360.2700.070163.2410086.67
HexBBFFEC1B070a36457
Octal27337735433070243144127
Binary10111011111111111110110011011011101010001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFFEC; }

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

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

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

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

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

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

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

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