#BDEDDD

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

Shades of Water Leaf #BDEDDD

Tints of Water Leaf #BDEDDD

Color information

#BDEDDD (or 0xBDEDDD) is unknown color: approx Water Leaf. HEX triplet: BD, ED and DD. RGB value is (189,237,221). Sum of RGB (Red+Green+Blue) = 189+237+221=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDDD is #421222. Grayscale: #DCDCDC. Windows color (decimal): -4330019 or 14544317. OLE color: 14544317.

HSL color Cylindrical-coordinate representation of color #BDEDDD: hue angle of 160º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDDD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB189237221-
CMYK0.2000.070.07
HSL160º57.14%83.53%-
HSV(B)160º20.25%92.94%-
XYZ64.3276.6179.8-
YUV220.82128.1105.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 237 (92.97% from 255) = 36.63%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=29.21%
G=36.63%
B=34.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372210.2000.070.0716057.1483.53
HexBDEDDD14077a03954
Octal2753553352407724071124
Binary101111011110110111011101101000111111101000001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDDD; }

 p { color: rgb(189,237,221); }

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

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

 a { background-color: rgb(189,237,221); }

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

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

 span { border-color: rgb(189,237,221); }

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