Html Css Color HEX #BBC9AA Pixie Green

📋 copy color: '#BBC9AA'

red 187 ◦ green 201 ◦ blue 170

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

Shades of Pixie Green #BBC9AA

Tints of Pixie Green #BBC9AA

RGB

 RED value IS 187 (73.44% from 255) = 33.51%

 GREEN value IS 201 (78.91% from 255) = 36.02%

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

R = 33.51%
G = 36.02%
B = 30.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#BBC9AA (or 0xBBC9AA) is known color: Pixie Green. HEX triplet: BB, C9 and AA. RGB value is (187,201,170). Sum of RGB (Red+Green+Blue) = 187+201+170=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC9AA is #443655. Grayscale: #C1C1C1. Windows color (decimal): -4470358 or 11192763. OLE color: 11192763.

HSL color Cylindrical-coordinate representation of color #BBC9AA: hue angle of 87.1º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC9AA is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 170 -
CMYK 0.07 0 0.15 0.21
HSL 87.1º 0.22% 0.73% -
HSV(B) 87.1º 0.15% 0.79% -
XYZ 48.64 55.24 46.13 -
YUV 193.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 187 201 170 0.07 0 0.15 0.21 87.1 0.22 0.73
Hex BB C9 AA 7 0 F 15 57 16 49
Octal 273 311 252 7 0 17 25 127 26 111
Binary 10111011 11001001 10101010 111 0 1111 10101 1010111 10110 1001001

Color Harmonies of #BBC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC9AA

Black with #BBC9AA

Text Example


Text Example

White with #BBC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC9AA; }

 p { color: rgb(187,201,170); }

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

background-color css

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

 a { background-color: rgb(187,201,170); }

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

border-color css

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

 span { border-color: rgb(187,201,170); }

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