#BBEADB

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

Shades of Water Leaf #BBEADB

Tints of Water Leaf #BBEADB

Color information

#BBEADB (or 0xBBEADB) is unknown color: approx Water Leaf. HEX triplet: BB, EA and DB. RGB value is (187,234,219). Sum of RGB (Red+Green+Blue) = 187+234+219=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADB is #441524. Grayscale: #DADADA. Windows color (decimal): -4461861 or 14412475. OLE color: 14412475.

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

Color convert

RGB187234219-
CMYK0.2000.060.08
HSL160.85º52.81%82.55%-
HSV(B)160.85º20.09%91.76%-
XYZ62.774.5278.1-
YUV218.24128.43105.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 234 (91.80% from 255) = 36.56%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=29.22%
G=36.56%
B=34.22%

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
Decimal1872342190.2000.060.08160.8552.8182.55
HexBBEADB14068a13553
Octal27335233324061024165123
Binary1011101111101010110110111010001101000101000011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEADB; }

 p { color: rgb(187,234,219); }

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

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

 a { background-color: rgb(187,234,219); }

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

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

 span { border-color: rgb(187,234,219); }

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