#BFE7DF

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

Shades of Water Leaf #BFE7DF

Tints of Water Leaf #BFE7DF

Color information

#BFE7DF (or 0xBFE7DF) is unknown color: approx Water Leaf. HEX triplet: BF, E7 and DF. RGB value is (191,231,223). Sum of RGB (Red+Green+Blue) = 191+231+223=645 (85% of max value = 765). Red value is 191 (75% from 255 or 29.61% from 645); Green value is 231 (90.62% from 255 or 35.81% from 645); Blue value is 223 (87.5% from 255 or 34.57% from 645); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFE7DF is #401820. Grayscale: #DADADA. Windows color (decimal): -4200481 or 14673855. OLE color: 14673855.

HSL color Cylindrical-coordinate representation of color #BFE7DF: hue angle of 168º 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 #BFE7DF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB191231223-
CMYK0.1700.030.09
HSL168º45.45%82.75%-
HSV(B)168º17.32%90.59%-
XYZ63.3873.5680.67-
YUV218.13130.75108.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 29.61%
GREEN value IS 231 (90.62% from 255) = 35.81%
BLUE value IS 223 (87.5% from 255) = 34.57%
R=29.61%
G=35.81%
B=34.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1912312230.1700.030.0916845.4582.75
HexBFE7DF11039a82d53
Octal27734733721031125055123
Binary101111111110011111011111100010111001101010001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE7DF; }

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

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

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

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

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

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

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

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