Html Css Color HEX #B2CEA4 Pixie Green

📋 copy color: '#B2CEA4'

red 178 ◦ green 206 ◦ blue 164

#B2CEA4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #B2CEA4

Tints of Pixie Green #B2CEA4

RGB

 RED value IS 178 (69.92% from 255) = 32.48%

 GREEN value IS 206 (80.86% from 255) = 37.59%

 BLUE value IS 164 (64.45% from 255) = 29.93%

R = 32.48%
G = 37.59%
B = 29.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#B2CEA4 (or 0xB2CEA4) is known color: Pixie Green. HEX triplet: B2, CE and A4. RGB value is (178,206,164). Sum of RGB (Red+Green+Blue) = 178+206+164=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 206 (80.86% from 255 or 37.59% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEA4 is #4D315B. Grayscale: #C0C0C0. Windows color (decimal): -5058908 or 10800818. OLE color: 10800818.

HSL color Cylindrical-coordinate representation of color #B2CEA4: hue angle of 100º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2CEA4 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 164 -
CMYK 0.14 0 0.20 0.19
HSL 100º 0.3% 0.73% -
HSV(B) 100º 0.2% 0.81% -
XYZ 47.13 56.29 43.5 -
YUV 192.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 178 206 164 0.14 0 0.20 0.19 100 0.3 0.73
Hex B2 CE A4 E 0 14 13 64 1E 49
Octal 262 316 244 16 0 24 23 144 36 111
Binary 10110010 11001110 10100100 1110 0 10100 10011 1100100 11110 1001001

Color Harmonies of #B2CEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEA4

Black with #B2CEA4

Text Example


Text Example

White with #B2CEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEA4; }

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

 H1.HeaderClassName
 {
   color: #B2CEA4;
 }
 .AnyTagClassName
 {
   color: #B2CEA4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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