#BDFDED

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

Shades of Water Leaf #BDFDED

Tints of Water Leaf #BDFDED

Color information

#BDFDED (or 0xBDFDED) is unknown color: approx Water Leaf. HEX triplet: BD, FD and ED. RGB value is (189,253,237). Sum of RGB (Red+Green+Blue) = 189+253+237=679 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.84% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 237 (92.97% from 255 or 34.90% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDED is #420212. Grayscale: #E8E8E8. Windows color (decimal): -4325907 or 15596989. OLE color: 15596989.

HSL color Cylindrical-coordinate representation of color #BDFDED: hue angle of 165º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDFDED is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB189253237-
CMYK0.2500.060.01
HSL165º94.12%86.67%-
HSV(B)165º25.3%99.22%-
XYZ71.487.1893.19-
YUV232.04130.897.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.84%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 237 (92.97% from 255) = 34.90%
R=27.84%
G=37.26%
B=34.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892532370.2500.060.0116594.1286.67
HexBDFDED19061a55e57
Octal27537535531061245136127
Binary10111101111111011110110111001011011010010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFDED; }

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

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

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

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

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

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

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

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