#BDEBDE

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

Shades of Water Leaf #BDEBDE

Tints of Water Leaf #BDEBDE

Color information

#BDEBDE (or 0xBDEBDE) is unknown color: approx Water Leaf. HEX triplet: BD, EB and DE. RGB value is (189,235,222). Sum of RGB (Red+Green+Blue) = 189+235+222=646 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.26% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #BDEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEBDE is #421421. Grayscale: #DBDBDB. Windows color (decimal): -4330530 or 14609341. OLE color: 14609341.

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

Color convert

RGB189235222-
CMYK0.2000.060.08
HSL163.04º53.49%83.14%-
HSV(B)163.04º19.57%92.16%-
XYZ63.8875.5180.32-
YUV219.76129.26106.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.26%
GREEN value IS 235 (92.19% from 255) = 36.38%
BLUE value IS 222 (87.11% from 255) = 34.37%
R=29.26%
G=36.38%
B=34.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1892352220.2000.060.08163.0453.4983.14
HexBDEBDE14068a33553
Octal27535333624061024365123
Binary1011110111101011110111101010001101000101000111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEBDE; }

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

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

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

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

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

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

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

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