#BFD2AF

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

Shades of Pixie Green #BFD2AF

Tints of Pixie Green #BFD2AF

Color information

#BFD2AF (or 0xBFD2AF) is unknown color: approx Pixie Green. HEX triplet: BF, D2 and AF. RGB value is (191,210,175). Sum of RGB (Red+Green+Blue) = 191+210+175=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 210 (82.42% from 255 or 36.46% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD2AF is #402D50. Grayscale: #C8C8C8. Windows color (decimal): -4205905 or 11522751. OLE color: 11522751.

HSL color Cylindrical-coordinate representation of color #BFD2AF: hue angle of 92.57º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFD2AF is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB191210175-
CMYK0.0900.170.18
HSL92.57º28%75.49%-
HSV(B)92.57º16.67%82.35%-
XYZ52.2760.2649.43-
YUV200.33113.71121.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 210 (82.42% from 255) = 36.46%
BLUE value IS 175 (68.75% from 255) = 30.38%
R=33.16%
G=36.46%
B=30.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912101750.0900.170.1892.572875.49
HexBFD2AF9011125d1c4b
Octal277322257110212213534113
Binary1011111111010010101011111001010001100101011101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2AF; }

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

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

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

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

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

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

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

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