#BFE7DE

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

Shades of Water Leaf #BFE7DE

Tints of Water Leaf #BFE7DE

Color information

#BFE7DE (or 0xBFE7DE) is unknown color: approx Water Leaf. HEX triplet: BF, E7 and DE. RGB value is (191,231,222). Sum of RGB (Red+Green+Blue) = 191+231+222=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 231 (90.62% from 255 or 35.87% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7DE is #401821. Grayscale: #DADADA. Windows color (decimal): -4200482 or 14608319. OLE color: 14608319.

HSL color Cylindrical-coordinate representation of color #BFE7DE: hue angle of 166.5º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFE7DE is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB191231222-
CMYK0.1700.040.09
HSL166.5º45.45%82.75%-
HSV(B)166.5º17.32%90.59%-
XYZ63.2573.579.96-
YUV218.01130.25108.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.66%
GREEN value IS 231 (90.62% from 255) = 35.87%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=29.66%
G=35.87%
B=34.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912312220.1700.040.09166.545.4582.75
HexBFE7DE11049a62d53
Octal27734733621041124655123
Binary1011111111100111110111101000101001001101001101011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7DE; }

 p { color: rgb(191,231,222); }

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

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

 a { background-color: rgb(191,231,222); }

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

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

 span { border-color: rgb(191,231,222); }

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