#BDF7EB

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

Shades of Water Leaf #BDF7EB

Tints of Water Leaf #BDF7EB

Color information

#BDF7EB (or 0xBDF7EB) is unknown color: approx Water Leaf. HEX triplet: BD, F7 and EB. RGB value is (189,247,235). Sum of RGB (Red+Green+Blue) = 189+247+235=671 (88% of max value = 765). Red value is 189 (74.22% from 255 or 28.17% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7EB is #420814. Grayscale: #E4E4E4. Windows color (decimal): -4327445 or 15464381. OLE color: 15464381.

HSL color Cylindrical-coordinate representation of color #BDF7EB: hue angle of 167.59º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7EB is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB189247235-
CMYK0.2300.050.03
HSL167.59º78.38%85.49%-
HSV(B)167.59º23.48%96.86%-
XYZ69.2483.3491.03-
YUV228.29131.7899.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.17%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=28.17%
G=36.81%
B=35.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892472350.2300.050.03167.5978.3885.49
HexBDF7EB17053a84e55
Octal27536735327053250116125
Binary101111011111011111101011101110101111010100010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF7EB; }

 p { color: rgb(189,247,235); }

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

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

 a { background-color: rgb(189,247,235); }

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

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

 span { border-color: rgb(189,247,235); }

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