#BDFAED

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

Shades of Water Leaf #BDFAED

Tints of Water Leaf #BDFAED

Color information

#BDFAED (or 0xBDFAED) is unknown color: approx Water Leaf. HEX triplet: BD, FA and ED. RGB value is (189,250,237). Sum of RGB (Red+Green+Blue) = 189+250+237=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #BDFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFAED is #420512. Grayscale: #E6E6E6. Windows color (decimal): -4326675 or 15596221. OLE color: 15596221.

HSL color Cylindrical-coordinate representation of color #BDFAED: hue angle of 167.21º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDFAED is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB189250237-
CMYK0.2400.050.02
HSL167.21º85.92%86.08%-
HSV(B)167.21º24.4%98.04%-
XYZ70.4685.392.87-
YUV230.28131.7998.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=27.96%
G=36.98%
B=35.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892502370.2400.050.02167.2185.9286.08
HexBDFAED18052a75656
Octal27537235530052247126126
Binary101111011111101011101101110000101101010011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFAED; }

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

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

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

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

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

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

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

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