#BBEFDF

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

Shades of Water Leaf #BBEFDF

Tints of Water Leaf #BBEFDF

Color information

#BBEFDF (or 0xBBEFDF) is unknown color: approx Water Leaf. HEX triplet: BB, EF and DF. RGB value is (187,239,223). Sum of RGB (Red+Green+Blue) = 187+239+223=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 223 (87.5% from 255 or 34.36% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDF is #441020. Grayscale: #DDDDDD. Windows color (decimal): -4460577 or 14675899. OLE color: 14675899.

HSL color Cylindrical-coordinate representation of color #BBEFDF: hue angle of 161.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFDF is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB187239223-
CMYK0.2200.070.06
HSL161.54º61.9%83.53%-
HSV(B)161.54º21.76%93.73%-
XYZ64.6877.6381.39-
YUV221.63128.77103.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 239 (93.75% from 255) = 36.83%
BLUE value IS 223 (87.5% from 255) = 34.36%
R=28.81%
G=36.83%
B=34.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392230.2200.070.06161.5461.983.53
HexBBEFDF16076a23e54
Octal2733573372607624276124
Binary101110111110111111011111101100111110101000101111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFDF; }

 p { color: rgb(187,239,223); }

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

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

 a { background-color: rgb(187,239,223); }

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

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

 span { border-color: rgb(187,239,223); }

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