#BFD2A2

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

Shades of Pixie Green #BFD2A2

Tints of Pixie Green #BFD2A2

Color information

#BFD2A2 (or 0xBFD2A2) is unknown color: approx Pixie Green. HEX triplet: BF, D2 and A2. RGB value is (191,210,162). Sum of RGB (Red+Green+Blue) = 191+210+162=563 (74% of max value = 765). Red value is 191 (75% from 255 or 33.93% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD2A2 is #402D5D. Grayscale: #C7C7C7. Windows color (decimal): -4205918 or 10670783. OLE color: 10670783.

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

Color convert

RGB191210162-
CMYK0.0900.230.18
HSL83.75º34.78%72.94%-
HSV(B)83.75º22.86%82.35%-
XYZ51.0559.7843.03-
YUV198.85107.21122.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.93%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 162 (63.67% from 255) = 28.77%
R=33.93%
G=37.30%
B=28.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912101620.0900.230.1883.7534.7872.94
HexBFD2A2901712542349
Octal277322242110272212443111
Binary10111111110100101010001010010101111001010101001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD2A2; }

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

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

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

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

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

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

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

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