#B2CEA1

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

Shades of Pixie Green #B2CEA1

Tints of Pixie Green #B2CEA1

Color information

#B2CEA1 (or 0xB2CEA1) is unknown color: approx Pixie Green. HEX triplet: B2, CE and A1. RGB value is (178,206,161). Sum of RGB (Red+Green+Blue) = 178+206+161=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 161 (63.28% from 255 or 29.54% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEA1 is #4D315E. Grayscale: #C0C0C0. Windows color (decimal): -5058911 or 10604210. OLE color: 10604210.

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

Color convert

RGB178206161-
CMYK0.1400.220.19
HSL97.33º31.47%71.96%-
HSV(B)97.33º21.84%80.78%-
XYZ46.8656.1842.09-
YUV192.5110.22117.66-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 206 (80.86% from 255) = 37.80%
BLUE value IS 161 (63.28% from 255) = 29.54%
R=32.66%
G=37.80%
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
Decimal1782061610.1400.220.1997.3331.4771.96
HexB2CEA1E01613611f48
Octal262316241160262314137110
Binary1011001011001110101000011110010110100111100001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2CEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2CEA1; }

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

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

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

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

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

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

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

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