#BDF8EA

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

Shades of Water Leaf #BDF8EA

Tints of Water Leaf #BDF8EA

Color information

#BDF8EA (or 0xBDF8EA) is unknown color: approx Water Leaf. HEX triplet: BD, F8 and EA. RGB value is (189,248,234). Sum of RGB (Red+Green+Blue) = 189+248+234=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8EA is #420715. Grayscale: #E4E4E4. Windows color (decimal): -4327190 or 15399101. OLE color: 15399101.

HSL color Cylindrical-coordinate representation of color #BDF8EA: hue angle of 165.76º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDF8EA is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB189248234-
CMYK0.2400.060.03
HSL165.76º80.82%85.69%-
HSV(B)165.76º23.79%97.25%-
XYZ69.483.8990.38-
YUV228.76130.9599.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 234 (91.80% from 255) = 34.87%
R=28.17%
G=36.96%
B=34.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892482340.2400.060.03165.7680.8285.69
HexBDF8EA18063a65156
Octal27537035230063246121126
Binary101111011111100011101010110000110111010011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF8EA; }

 p { color: rgb(189,248,234); }

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

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

 a { background-color: rgb(189,248,234); }

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

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

 span { border-color: rgb(189,248,234); }

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