#BFD5AC

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

Shades of Pixie Green #BFD5AC

Tints of Pixie Green #BFD5AC

Color information

#BFD5AC (or 0xBFD5AC) is unknown color: approx Pixie Green. HEX triplet: BF, D5 and AC. RGB value is (191,213,172). Sum of RGB (Red+Green+Blue) = 191+213+172=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD5AC is #402A53. Grayscale: #C9C9C9. Windows color (decimal): -4205140 or 11326911. OLE color: 11326911.

HSL color Cylindrical-coordinate representation of color #BFD5AC: hue angle of 92.2º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD5AC is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB191213172-
CMYK0.1000.190.16
HSL92.2º32.8%75.49%-
HSV(B)92.2º19.25%83.53%-
XYZ52.7361.6448.15-
YUV201.75111.21120.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.16%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=33.16%
G=36.98%
B=29.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912131720.1000.190.1692.232.875.49
HexBFD5ACA013105c214b
Octal277325254120232013441113
Binary10111111110101011010110010100100111000010111001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD5AC; }

 p { color: rgb(191,213,172); }

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

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

 a { background-color: rgb(191,213,172); }

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

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

 span { border-color: rgb(191,213,172); }

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