#BDEDE3

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

Shades of Water Leaf #BDEDE3

Tints of Water Leaf #BDEDE3

Color information

#BDEDE3 (or 0xBDEDE3) is unknown color: approx Water Leaf. HEX triplet: BD, ED and E3. RGB value is (189,237,227). Sum of RGB (Red+Green+Blue) = 189+237+227=653 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.94% from 653); Green value is 237 (92.97% from 255 or 36.29% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDE3 is #42121C. Grayscale: #DDDDDD. Windows color (decimal): -4330013 or 14937533. OLE color: 14937533.

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

Color convert

RGB189237227-
CMYK0.2000.040.07
HSL167.5º57.14%83.53%-
HSV(B)167.5º20.25%92.94%-
XYZ65.1476.9384.09-
YUV221.51131.1104.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.94%
GREEN value IS 237 (92.97% from 255) = 36.29%
BLUE value IS 227 (89.06% from 255) = 34.76%
R=28.94%
G=36.29%
B=34.76%

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
Decimal1892372270.2000.040.07167.557.1483.53
HexBDEDE314047a83954
Octal2753553432404725071124
Binary101111011110110111100011101000100111101010001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEDE3; }

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

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

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

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

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

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

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

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