#BDE6DE

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

Shades of Water Leaf #BDE6DE

Tints of Water Leaf #BDE6DE

Color information

#BDE6DE (or 0xBDE6DE) is unknown color: approx Water Leaf. HEX triplet: BD, E6 and DE. RGB value is (189,230,222). Sum of RGB (Red+Green+Blue) = 189+230+222=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 230 (90.23% from 255 or 35.88% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 230 - color contains mainly: green. Hex color #BDE6DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE6DE is #421921. Grayscale: #D8D8D8. Windows color (decimal): -4331810 or 14608061. OLE color: 14608061.

HSL color Cylindrical-coordinate representation of color #BDE6DE: hue angle of 168.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE6DE is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB189230222-
CMYK0.1800.030.10
HSL168.29º45.05%82.16%-
HSV(B)168.29º17.83%90.2%-
XYZ62.4772.6979.84-
YUV216.83130.92108.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 230 (90.23% from 255) = 35.88%
BLUE value IS 222 (87.11% from 255) = 34.63%
R=29.49%
G=35.88%
B=34.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1892302220.1800.030.10168.2945.0582.16
HexBDE6DE1203Aa82d52
Octal27534633622031225055122
Binary101111011110011011011110100100111010101010001011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDE6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDE6DE; }

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

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

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

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

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

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

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

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