#BDEFDF

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

Shades of Water Leaf #BDEFDF

Tints of Water Leaf #BDEFDF

Color information

#BDEFDF (or 0xBDEFDF) is unknown color: approx Water Leaf. HEX triplet: BD, EF and DF. RGB value is (189,239,223). Sum of RGB (Red+Green+Blue) = 189+239+223=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFDF is #421020. Grayscale: #DEDEDE. Windows color (decimal): -4329505 or 14675901. OLE color: 14675901.

HSL color Cylindrical-coordinate representation of color #BDEFDF: hue angle of 160.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFDF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB189239223-
CMYK0.2100.070.06
HSL160.8º60.98%83.92%-
HSV(B)160.8º20.92%93.73%-
XYZ65.1777.8881.41-
YUV222.23128.44104.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.03%
GREEN value IS 239 (93.75% from 255) = 36.71%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=29.03%
G=36.71%
B=34.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892392230.2100.070.06160.860.9883.92
HexBDEFDF15076a13d54
Octal2753573372507624175124
Binary101111011110111111011111101010111110101000011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDEFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDEFDF; }

 p { color: rgb(189,239,223); }

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

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

 a { background-color: rgb(189,239,223); }

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

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

 span { border-color: rgb(189,239,223); }

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