#B8EDDB

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

Shades of Water Leaf #B8EDDB

Tints of Water Leaf #B8EDDB

Color information

#B8EDDB (or 0xB8EDDB) is unknown color: approx Water Leaf. HEX triplet: B8, ED and DB. RGB value is (184,237,219). Sum of RGB (Red+Green+Blue) = 184+237+219=640 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.75% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8EDDB is #471224. Grayscale: #DBDBDB. Windows color (decimal): -4657701 or 14413240. OLE color: 14413240.

HSL color Cylindrical-coordinate representation of color #B8EDDB: hue angle of 159.62º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDDB is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB184237219-
CMYK0.2200.080.07
HSL159.62º59.55%82.55%-
HSV(B)159.62º22.36%92.94%-
XYZ62.8475.8778.35-
YUV219.1127.94102.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 28.75%
GREEN value IS 237 (92.97% from 255) = 37.03%
BLUE value IS 219 (85.94% from 255) = 34.22%
R=28.75%
G=37.03%
B=34.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1842372190.2200.080.07159.6259.5582.55
HexB8EDDB16087a03c53
Octal27035533326010724074123
Binary1011100011101101110110111011001000111101000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8EDDB; }

 p { color: rgb(184,237,219); }

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

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

 a { background-color: rgb(184,237,219); }

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

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

 span { border-color: rgb(184,237,219); }

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