#BDEEDE

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

Shades of Water Leaf #BDEEDE

Tints of Water Leaf #BDEEDE

Color information

#BDEEDE (or 0xBDEEDE) is unknown color: approx Water Leaf. HEX triplet: BD, EE and DE. RGB value is (189,238,222). Sum of RGB (Red+Green+Blue) = 189+238+222=649 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.12% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 222 (87.11% from 255 or 34.21% from 649); Max value from RGB is 238 - color contains mainly: green. Hex color #BDEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEEDE is #421121. Grayscale: #DDDDDD. Windows color (decimal): -4329762 or 14610109. OLE color: 14610109.

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

Color convert

RGB189238222-
CMYK0.2100.070.07
HSL160.41º59.04%83.73%-
HSV(B)160.41º20.59%93.33%-
XYZ64.7577.2480.6-
YUV221.52128.27104.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.12%
GREEN value IS 238 (93.36% from 255) = 36.67%
BLUE value IS 222 (87.11% from 255) = 34.21%
R=29.12%
G=36.67%
B=34.21%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892382220.2100.070.07160.4159.0483.73
HexBDEEDE15077a03b54
Octal2753563362507724073124
Binary101111011110111011011110101010111111101000001110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEEDE; }

 p { color: rgb(189,238,222); }

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

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

 a { background-color: rgb(189,238,222); }

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

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

 span { border-color: rgb(189,238,222); }

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