Html Css Color HEX #B0CAA3 Pixie Green

📋 copy color: '#B0CAA3'

red 176 ◦ green 202 ◦ blue 163

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

Shades of Pixie Green #B0CAA3

Tints of Pixie Green #B0CAA3

RGB

 RED value IS 176 (69.14% from 255) = 32.53%

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

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

R = 32.53%
G = 37.34%
B = 30.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#B0CAA3 (or 0xB0CAA3) is known color: Pixie Green. HEX triplet: B0, CA and A3. RGB value is (176,202,163). Sum of RGB (Red+Green+Blue) = 176+202+163=541 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.53% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 202 - color contains mainly: green. Hex color #B0CAA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CAA3 is #4F355C. Grayscale: #BDBDBD. Windows color (decimal): -5191005 or 10734256. OLE color: 10734256.

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

Color convert

RGB 176 202 163 -
CMYK 0.13 0 0.19 0.21
HSL 100º 0.27% 0.72% -
HSV(B) 100º 0.19% 0.79% -
XYZ 45.64 54.12 42.69 -
YUV 189.78 112.89 118.17 -
System Red Green Blue C M Y K H S L
Decimal 176 202 163 0.13 0 0.19 0.21 100 0.27 0.72
Hex B0 CA A3 D 0 13 15 64 1B 48
Octal 260 312 243 15 0 23 25 144 33 110
Binary 10110000 11001010 10100011 1101 0 10011 10101 1100100 11011 1001000

Color Harmonies of #B0CAA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CAA3

Black with #B0CAA3

Text Example


Text Example

White with #B0CAA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CAA3; }

 p { color: rgb(176,202,163); }

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

background-color css

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

 a { background-color: rgb(176,202,163); }

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

border-color css

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

 span { border-color: rgb(176,202,163); }

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