Html Css Color HEX #B0CCA3 Pixie Green

📋 copy color: '#B0CCA3'

red 176 ◦ green 204 ◦ blue 163

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

Shades of Pixie Green #B0CCA3

Tints of Pixie Green #B0CCA3

RGB

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

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

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

R = 32.41%
G = 37.57%
B = 30.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.2

RGB Variations

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

Color information

#B0CCA3 (or 0xB0CCA3) is known color: Pixie Green. HEX triplet: B0, CC and A3. RGB value is (176,204,163). Sum of RGB (Red+Green+Blue) = 176+204+163=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 163 (64.06% from 255 or 30.02% from 543); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CCA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0CCA3 is #4F335C. Grayscale: #BFBFBF. Windows color (decimal): -5190493 or 10734768. OLE color: 10734768.

HSL color Cylindrical-coordinate representation of color #B0CCA3: hue angle of 100.98º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0CCA3 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 204 163 -
CMYK 0.14 0 0.20 0.2
HSL 100.98º 0.29% 0.72% -
HSV(B) 100.98º 0.2% 0.8% -
XYZ 46.11 55.06 42.85 -
YUV 190.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 176 204 163 0.14 0 0.20 0.2 100.98 0.29 0.72
Hex B0 CC A3 E 0 14 14 65 1D 48
Octal 260 314 243 16 0 24 24 145 35 110
Binary 10110000 11001100 10100011 1110 0 10100 10100 1100101 11101 1001000

Color Harmonies of #B0CCA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CCA3

Black with #B0CCA3

Text Example


Text Example

White with #B0CCA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CCA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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