#BBEBDE

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

Shades of Water Leaf #BBEBDE

Tints of Water Leaf #BBEBDE

Color information

#BBEBDE (or 0xBBEBDE) is unknown color: approx Water Leaf. HEX triplet: BB, EB and DE. RGB value is (187,235,222). Sum of RGB (Red+Green+Blue) = 187+235+222=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #BBEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEBDE is #441421. Grayscale: #DBDBDB. Windows color (decimal): -4461602 or 14609339. OLE color: 14609339.

HSL color Cylindrical-coordinate representation of color #BBEBDE: hue angle of 163.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBEBDE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB187235222-
CMYK0.2000.060.08
HSL163.75º54.55%82.75%-
HSV(B)163.75º20.43%92.16%-
XYZ63.3975.2680.29-
YUV219.17129.6105.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=29.04%
G=36.49%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872352220.2000.060.08163.7554.5582.75
HexBBEBDE14068a43753
Octal27335333624061024467123
Binary1011101111101011110111101010001101000101001001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEBDE; }

 p { color: rgb(187,235,222); }

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

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

 a { background-color: rgb(187,235,222); }

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

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

 span { border-color: rgb(187,235,222); }

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