#BDF9ED

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

Shades of Water Leaf #BDF9ED

Tints of Water Leaf #BDF9ED

Color information

#BDF9ED (or 0xBDF9ED) is unknown color: approx Water Leaf. HEX triplet: BD, F9 and ED. RGB value is (189,249,237). Sum of RGB (Red+Green+Blue) = 189+249+237=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9ED is #420612. Grayscale: #E5E5E5. Windows color (decimal): -4326931 or 15595965. OLE color: 15595965.

HSL color Cylindrical-coordinate representation of color #BDF9ED: hue angle of 168º degrees, saturation: 0.83, 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 #BDF9ED is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB189249237-
CMYK0.2400.050.02
HSL168º83.33%85.88%-
HSV(B)168º24.1%97.65%-
XYZ70.1584.6892.77-
YUV229.69132.1298.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=28%
G=36.89%
B=35.11%

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
Decimal1892492370.2400.050.0216883.3385.88
HexBDF9ED18052a85356
Octal27537135530052250123126
Binary101111011111100111101101110000101101010100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9ED; }

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

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

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

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

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

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

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

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