Html Css Color HEX #B8C5AA Pixie Green

📋 copy color: '#B8C5AA'

red 184 ◦ green 197 ◦ blue 170

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

Shades of Pixie Green #B8C5AA

Tints of Pixie Green #B8C5AA

RGB

 RED value IS 184 (72.27% from 255) = 33.39%

 GREEN value IS 197 (77.34% from 255) = 35.75%

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 33.39%
G = 35.75%
B = 30.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#B8C5AA (or 0xB8C5AA) is known color: Pixie Green. HEX triplet: B8, C5 and AA. RGB value is (184,197,170). Sum of RGB (Red+Green+Blue) = 184+197+170=551 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.39% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C5AA is #473A55. Grayscale: #BEBEBE. Windows color (decimal): -4667990 or 11191736. OLE color: 11191736.

HSL color Cylindrical-coordinate representation of color #B8C5AA: hue angle of 88.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8C5AA is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 184 197 170 -
CMYK 0.07 0 0.14 0.23
HSL 88.89º 0.19% 0.72% -
HSV(B) 88.89º 0.14% 0.77% -
XYZ 46.99 53.03 45.79 -
YUV 190.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 184 197 170 0.07 0 0.14 0.23 88.89 0.19 0.72
Hex B8 C5 AA 7 0 E 17 59 13 48
Octal 270 305 252 7 0 16 27 131 23 110
Binary 10111000 11000101 10101010 111 0 1110 10111 1011001 10011 1001000

Color Harmonies of #B8C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C5AA

Black with #B8C5AA

Text Example


Text Example

White with #B8C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C5AA; }

 p { color: rgb(184,197,170); }

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

background-color css

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

 a { background-color: rgb(184,197,170); }

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

border-color css

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

 span { border-color: rgb(184,197,170); }

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