#BDF9EE

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

Shades of Water Leaf #BDF9EE

Tints of Water Leaf #BDF9EE

Color information

#BDF9EE (or 0xBDF9EE) is unknown color: approx Water Leaf. HEX triplet: BD, F9 and EE. RGB value is (189,249,238). Sum of RGB (Red+Green+Blue) = 189+249+238=676 (89% of max value = 765). Red value is 189 (74.22% from 255 or 27.96% from 676); Green value is 249 (97.66% from 255 or 36.83% from 676); Blue value is 238 (93.36% from 255 or 35.21% from 676); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF9EE is #420611. Grayscale: #E5E5E5. Windows color (decimal): -4326930 or 15661501. OLE color: 15661501.

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

Color convert

RGB189249238-
CMYK0.2400.040.02
HSL169º83.33%85.88%-
HSV(B)169º24.1%97.65%-
XYZ70.2984.7493.54-
YUV229.81132.6298.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 27.96%
GREEN value IS 249 (97.66% from 255) = 36.83%
BLUE value IS 238 (93.36% from 255) = 35.21%
R=27.96%
G=36.83%
B=35.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892492380.2400.040.0216983.3385.88
HexBDF9EE18042a95356
Octal27537135630042251123126
Binary101111011111100111101110110000100101010100110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF9EE; }

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

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

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

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

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

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

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

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