Html Css Color HEX #B2CCA6 Pixie Green

📋 copy color: '#B2CCA6'

red 178 ◦ green 204 ◦ blue 166

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

Shades of Pixie Green #B2CCA6

Tints of Pixie Green #B2CCA6

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.23%

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

R = 32.48%
G = 37.23%
B = 30.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#B2CCA6 (or 0xB2CCA6) is known color: Pixie Green. HEX triplet: B2, CC and A6. RGB value is (178,204,166). Sum of RGB (Red+Green+Blue) = 178+204+166=548 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.48% from 548); Green value is 204 (80.08% from 255 or 37.23% from 548); Blue value is 166 (65.23% from 255 or 30.29% from 548); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CCA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2CCA6 is #4D3359. Grayscale: #C0C0C0. Windows color (decimal): -5059418 or 10931378. OLE color: 10931378.

HSL color Cylindrical-coordinate representation of color #B2CCA6: hue angle of 101.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2CCA6 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 166 -
CMYK 0.13 0 0.19 0.2
HSL 101.05º 0.27% 0.73% -
HSV(B) 101.05º 0.19% 0.8% -
XYZ 46.84 55.4 44.3 -
YUV 191.89 113.39 118.09 -
System Red Green Blue C M Y K H S L
Decimal 178 204 166 0.13 0 0.19 0.2 101.05 0.27 0.73
Hex B2 CC A6 D 0 13 14 65 1B 49
Octal 262 314 246 15 0 23 24 145 33 111
Binary 10110010 11001100 10100110 1101 0 10011 10100 1100101 11011 1001001

Color Harmonies of #B2CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CCA6

Black with #B2CCA6

Text Example


Text Example

White with #B2CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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