#BBEADA

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

Shades of Water Leaf #BBEADA

Tints of Water Leaf #BBEADA

Color information

#BBEADA (or 0xBBEADA) is unknown color: approx Water Leaf. HEX triplet: BB, EA and DA. RGB value is (187,234,218). Sum of RGB (Red+Green+Blue) = 187+234+218=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEADA is #441525. Grayscale: #DADADA. Windows color (decimal): -4461862 or 14346939. OLE color: 14346939.

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

Color convert

RGB187234218-
CMYK0.2000.070.08
HSL159.57º52.81%82.55%-
HSV(B)159.57º20.09%91.76%-
XYZ62.5774.4777.41-
YUV218.12127.93105.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 234 (91.80% from 255) = 36.62%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=29.26%
G=36.62%
B=34.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872342180.2000.070.08159.5752.8182.55
HexBBEADA14078a03553
Octal27335233224071024065123
Binary1011101111101010110110101010001111000101000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEADA; }

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

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

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

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

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

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

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

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