Html Css Color HEX #B1CAA2 Pixie Green

📋 copy color: '#B1CAA2'

red 177 ◦ green 202 ◦ blue 162

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

Shades of Pixie Green #B1CAA2

Tints of Pixie Green #B1CAA2

RGB

 RED value IS 177 (69.53% from 255) = 32.72%

 GREEN value IS 202 (79.3% from 255) = 37.34%

 BLUE value IS 162 (63.67% from 255) = 29.94%

R = 32.72%
G = 37.34%
B = 29.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#B1CAA2 (or 0xB1CAA2) is known color: Pixie Green. HEX triplet: B1, CA and A2. RGB value is (177,202,162). Sum of RGB (Red+Green+Blue) = 177+202+162=541 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.72% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 162 (63.67% from 255 or 29.94% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #B1CAA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1CAA2 is #4E355D. Grayscale: #BEBEBE. Windows color (decimal): -5125470 or 10668721. OLE color: 10668721.

HSL color Cylindrical-coordinate representation of color #B1CAA2: hue angle of 97.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1CAA2 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 202 162 -
CMYK 0.12 0 0.20 0.21
HSL 97.5º 0.27% 0.71% -
HSV(B) 97.5º 0.2% 0.79% -
XYZ 45.77 54.2 42.23 -
YUV 189.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 177 202 162 0.12 0 0.20 0.21 97.5 0.27 0.71
Hex B1 CA A2 C 0 14 15 62 1B 47
Octal 261 312 242 14 0 24 25 142 33 107
Binary 10110001 11001010 10100010 1100 0 10100 10101 1100010 11011 1000111

Color Harmonies of #B1CAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CAA2

Black with #B1CAA2

Text Example


Text Example

White with #B1CAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CAA2; }

 p { color: rgb(177,202,162); }

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

background-color css

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

 a { background-color: rgb(177,202,162); }

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

border-color css

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

 span { border-color: rgb(177,202,162); }

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