Html Css Color HEX #B2CEA3 Pixie Green

📋 copy color: '#B2CEA3'

red 178 ◦ green 206 ◦ blue 163

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

Shades of Pixie Green #B2CEA3

Tints of Pixie Green #B2CEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 29.8%

R = 32.54%
G = 37.66%
B = 29.8%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#B2CEA3 (or 0xB2CEA3) is known color: Pixie Green. HEX triplet: B2, CE and A3. RGB value is (178,206,163). Sum of RGB (Red+Green+Blue) = 178+206+163=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 163 (64.06% from 255 or 29.80% from 547); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CEA3 is #4D315C. Grayscale: #C0C0C0. Windows color (decimal): -5058909 or 10735282. OLE color: 10735282.

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

Color convert

RGB 178 206 163 -
CMYK 0.14 0 0.21 0.19
HSL 99.07º 0.3% 0.72% -
HSV(B) 99.07º 0.21% 0.81% -
XYZ 47.04 56.25 43.03 -
YUV 192.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 178 206 163 0.14 0 0.21 0.19 99.07 0.3 0.72
Hex B2 CE A3 E 0 15 13 63 1E 48
Octal 262 316 243 16 0 25 23 143 36 110
Binary 10110010 11001110 10100011 1110 0 10101 10011 1100011 11110 1001000

Color Harmonies of #B2CEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CEA3

Black with #B2CEA3

Text Example


Text Example

White with #B2CEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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