#B1CFA1

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

Shades of Pixie Green #B1CFA1

Tints of Pixie Green #B1CFA1

Color information

#B1CFA1 (or 0xB1CFA1) is unknown color: approx Pixie Green. HEX triplet: B1, CF and A1. RGB value is (177,207,161). Sum of RGB (Red+Green+Blue) = 177+207+161=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CFA1 is #4E305E. Grayscale: #C0C0C0. Windows color (decimal): -5124191 or 10604465. OLE color: 10604465.

HSL color Cylindrical-coordinate representation of color #B1CFA1: hue angle of 99.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CFA1 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB177207161-
CMYK0.1400.220.19
HSL99.13º32.39%72.16%-
HSV(B)99.13º22.22%81.18%-
XYZ46.8856.5542.16-
YUV192.79110.06116.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.48%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=32.48%
G=37.98%
B=29.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071610.1400.220.1999.1332.3972.16
HexB1CFA1E01613632048
Octal261317241160262314340110
Binary10110001110011111010000111100101101001111000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFA1; }

 p { color: rgb(177,207,161); }

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

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

 a { background-color: rgb(177,207,161); }

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

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

 span { border-color: rgb(177,207,161); }

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