Html Css Color HEX #B2C3A6 Pixie Green

📋 copy color: '#B2C3A6'

red 178 ◦ green 195 ◦ blue 166

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

Shades of Pixie Green #B2C3A6

Tints of Pixie Green #B2C3A6

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.18%

 BLUE value IS 166 (65.23% from 255) = 30.8%

R = 33.02%
G = 36.18%
B = 30.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#B2C3A6 (or 0xB2C3A6) is known color: Pixie Green. HEX triplet: B2, C3 and A6. RGB value is (178,195,166). Sum of RGB (Red+Green+Blue) = 178+195+166=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 166 (65.23% from 255 or 30.80% from 539); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C3A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2C3A6 is #4D3C59. Grayscale: #BABABA. Windows color (decimal): -5061722 or 10929074. OLE color: 10929074.

HSL color Cylindrical-coordinate representation of color #B2C3A6: hue angle of 95.17º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2C3A6 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 166 -
CMYK 0.09 0 0.15 0.24
HSL 95.17º 0.19% 0.71% -
HSV(B) 95.17º 0.15% 0.76% -
XYZ 44.76 51.25 43.61 -
YUV 186.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 178 195 166 0.09 0 0.15 0.24 95.17 0.19 0.71
Hex B2 C3 A6 9 0 F 18 5F 13 47
Octal 262 303 246 11 0 17 30 137 23 107
Binary 10110010 11000011 10100110 1001 0 1111 11000 1011111 10011 1000111

Color Harmonies of #B2C3A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C3A6

Black with #B2C3A6

Text Example


Text Example

White with #B2C3A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C3A6; }

 p { color: rgb(178,195,166); }

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

background-color css

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

 a { background-color: rgb(178,195,166); }

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

border-color css

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

 span { border-color: rgb(178,195,166); }

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