#BDF3EA

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

Shades of Water Leaf #BDF3EA

Tints of Water Leaf #BDF3EA

Color information

#BDF3EA (or 0xBDF3EA) is unknown color: approx Water Leaf. HEX triplet: BD, F3 and EA. RGB value is (189,243,234). Sum of RGB (Red+Green+Blue) = 189+243+234=666 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.38% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF3EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF3EA is #420C15. Grayscale: #E1E1E1. Windows color (decimal): -4328470 or 15397821. OLE color: 15397821.

HSL color Cylindrical-coordinate representation of color #BDF3EA: hue angle of 170º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDF3EA is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB189243234-
CMYK0.2200.040.05
HSL170º69.23%84.71%-
HSV(B)170º22.22%95.29%-
XYZ67.8980.8689.87-
YUV225.83132.61101.73-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.38%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 234 (91.80% from 255) = 35.14%
R=28.38%
G=36.49%
B=35.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1892432340.2200.040.0517069.2384.71
HexBDF3EA16045aa4555
Octal27536335226045252105125
Binary1011110111110011111010101011001001011010101010001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF3EA; }

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

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

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

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

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

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

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

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