#BDEDE1

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

Shades of Water Leaf #BDEDE1

Tints of Water Leaf #BDEDE1

Color information

#BDEDE1 (or 0xBDEDE1) is unknown color: approx Water Leaf. HEX triplet: BD, ED and E1. RGB value is (189,237,225). Sum of RGB (Red+Green+Blue) = 189+237+225=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDE1 is #42121E. Grayscale: #DDDDDD. Windows color (decimal): -4330015 or 14806461. OLE color: 14806461.

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

Color convert

RGB189237225-
CMYK0.2000.050.07
HSL165º57.14%83.53%-
HSV(B)165º20.25%92.94%-
XYZ64.8676.8282.64-
YUV221.28130.1104.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 237 (92.97% from 255) = 36.41%
BLUE value IS 225 (88.28% from 255) = 34.56%
R=29.03%
G=36.41%
B=34.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892372250.2000.050.0716557.1483.53
HexBDEDE114057a53954
Octal2753553412405724571124
Binary101111011110110111100001101000101111101001011110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDE1; }

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

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

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

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

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

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

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

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