#BBEFDD

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

Shades of Water Leaf #BBEFDD

Tints of Water Leaf #BBEFDD

Color information

#BBEFDD (or 0xBBEFDD) is unknown color: approx Water Leaf. HEX triplet: BB, EF and DD. RGB value is (187,239,221). Sum of RGB (Red+Green+Blue) = 187+239+221=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 239 (93.75% from 255 or 36.94% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFDD is #441022. Grayscale: #DDDDDD. Windows color (decimal): -4460579 or 14544827. OLE color: 14544827.

HSL color Cylindrical-coordinate representation of color #BBEFDD: hue angle of 159.23º 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 #BBEFDD is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB187239221-
CMYK0.2200.080.06
HSL159.23º61.9%83.53%-
HSV(B)159.23º21.76%93.73%-
XYZ64.4177.5279.97-
YUV221.4127.77103.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 239 (93.75% from 255) = 36.94%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=28.90%
G=36.94%
B=34.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872392210.2200.080.06159.2361.983.53
HexBBEFDD160869f3e54
Octal27335733526010623776124
Binary1011101111101111110111011011001000110100111111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEFDD; }

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

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

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

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

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

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

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

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