#B2CFA1

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

Shades of Pixie Green #B2CFA1

Tints of Pixie Green #B2CFA1

Color information

#B2CFA1 (or 0xB2CFA1) is unknown color: approx Pixie Green. HEX triplet: B2, CF and A1. RGB value is (178,207,161). Sum of RGB (Red+Green+Blue) = 178+207+161=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 161 (63.28% from 255 or 29.49% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CFA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CFA1 is #4D305E. Grayscale: #C1C1C1. Windows color (decimal): -5058655 or 10604466. OLE color: 10604466.

HSL color Cylindrical-coordinate representation of color #B2CFA1: hue angle of 97.83º 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 #B2CFA1 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB178207161-
CMYK0.1400.220.19
HSL97.83º32.39%72.16%-
HSV(B)97.83º22.22%81.18%-
XYZ47.1156.6642.17-
YUV193.08109.89117.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 207 (81.25% from 255) = 37.91%
BLUE value IS 161 (63.28% from 255) = 29.49%
R=32.60%
G=37.91%
B=29.49%

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
Decimal1782071610.1400.220.1997.8332.3972.16
HexB2CFA1E01613622048
Octal262317241160262314240110
Binary10110010110011111010000111100101101001111000101000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CFA1; }

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

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

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

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

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

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

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

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