#BFD4AD

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

Shades of Pixie Green #BFD4AD

Tints of Pixie Green #BFD4AD

Color information

#BFD4AD (or 0xBFD4AD) is unknown color: approx Pixie Green. HEX triplet: BF, D4 and AD. RGB value is (191,212,173). Sum of RGB (Red+Green+Blue) = 191+212+173=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #BFD4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD4AD is #402B52. Grayscale: #C9C9C9. Windows color (decimal): -4205395 or 11392191. OLE color: 11392191.

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

Color convert

RGB191212173-
CMYK0.1000.180.17
HSL92.31º31.2%75.49%-
HSV(B)92.31º18.4%83.14%-
XYZ52.5761.1848.57-
YUV201.28112.04120.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=33.16%
G=36.81%
B=30.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912121730.1000.180.1792.3131.275.49
HexBFD4ADA012115c1f4b
Octal277324255120222113437113
Binary1011111111010100101011011010010010100011011100111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD4AD; }

 p { color: rgb(191,212,173); }

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

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

 a { background-color: rgb(191,212,173); }

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

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

 span { border-color: rgb(191,212,173); }

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