#BDEBE4

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

Shades of Water Leaf #BDEBE4

Tints of Water Leaf #BDEBE4

Color information

#BDEBE4 (or 0xBDEBE4) is unknown color: approx Water Leaf. HEX triplet: BD, EB and E4. RGB value is (189,235,228). Sum of RGB (Red+Green+Blue) = 189+235+228=652 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.99% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBE4 is #42141B. Grayscale: #DCDCDC. Windows color (decimal): -4330524 or 15002557. OLE color: 15002557.

HSL color Cylindrical-coordinate representation of color #BDEBE4: hue angle of 170.87º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEBE4 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB189235228-
CMYK0.2000.030.08
HSL170.87º53.49%83.14%-
HSV(B)170.87º19.57%92.16%-
XYZ64.775.8484.63-
YUV220.45132.26105.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.99%
GREEN value IS 235 (92.19% from 255) = 36.04%
BLUE value IS 228 (89.45% from 255) = 34.97%
R=28.99%
G=36.04%
B=34.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352280.2000.030.08170.8753.4983.14
HexBDEBE414038ab3553
Octal27535334424031025365123
Binary101111011110101111100100101000111000101010111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBE4; }

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

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

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

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

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

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

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

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