#BFD6AF

Color #BFD6AF Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BFD6AF

Tints of Pixie Green #BFD6AF

Color information

#BFD6AF (or 0xBFD6AF) is unknown color: approx Pixie Green. HEX triplet: BF, D6 and AF. RGB value is (191,214,175). Sum of RGB (Red+Green+Blue) = 191+214+175=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD6AF is #402950. Grayscale: #CACACA. Windows color (decimal): -4204881 or 11523775. OLE color: 11523775.

HSL color Cylindrical-coordinate representation of color #BFD6AF: hue angle of 95.38º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFD6AF is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB191214175-
CMYK0.1100.180.16
HSL95.38º32.23%76.27%-
HSV(B)95.38º18.22%83.92%-
XYZ53.2762.2649.77-
YUV202.68112.38119.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.93%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=32.93%
G=36.90%
B=30.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141750.1100.180.1695.3832.2376.27
HexBFD6AFB012105f204c
Octal277326257130222013740114
Binary10111111110101101010111110110100101000010111111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6AF; }

 p { color: rgb(191,214,175); }

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

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

 a { background-color: rgb(191,214,175); }

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

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

 span { border-color: rgb(191,214,175); }

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