#BDEDE4

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

Shades of Water Leaf #BDEDE4

Tints of Water Leaf #BDEDE4

Color information

#BDEDE4 (or 0xBDEDE4) is unknown color: approx Water Leaf. HEX triplet: BD, ED and E4. RGB value is (189,237,228). Sum of RGB (Red+Green+Blue) = 189+237+228=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 237 (92.97% from 255 or 36.24% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDE4 is #42121B. Grayscale: #DDDDDD. Windows color (decimal): -4330012 or 15003069. OLE color: 15003069.

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

Color convert

RGB189237228-
CMYK0.2000.040.07
HSL168.75º57.14%83.53%-
HSV(B)168.75º20.25%92.94%-
XYZ65.2776.9984.82-
YUV221.62131.6104.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 237 (92.97% from 255) = 36.24%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=28.90%
G=36.24%
B=34.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372280.2000.040.07168.7557.1483.53
HexBDEDE414047a93954
Octal2753553442404725171124
Binary101111011110110111100100101000100111101010011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDE4; }

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

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

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

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

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

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

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

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