Html Css Color HEX #BBCBAA Pixie Green

📋 copy color: '#BBCBAA'

red 187 ◦ green 203 ◦ blue 170

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

Shades of Pixie Green #BBCBAA

Tints of Pixie Green #BBCBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.25%

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

R = 33.39%
G = 36.25%
B = 30.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BBCBAA (or 0xBBCBAA) is known color: Pixie Green. HEX triplet: BB, CB and AA. RGB value is (187,203,170). Sum of RGB (Red+Green+Blue) = 187+203+170=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCBAA is #443455. Grayscale: #C2C2C2. Windows color (decimal): -4469846 or 11193275. OLE color: 11193275.

HSL color Cylindrical-coordinate representation of color #BBCBAA: hue angle of 89.09º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBCBAA is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 203 170 -
CMYK 0.08 0 0.16 0.20
HSL 89.09º 0.24% 0.73% -
HSV(B) 89.09º 0.16% 0.8% -
XYZ 49.11 56.18 46.29 -
YUV 194.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 187 203 170 0.08 0 0.16 0.20 89.09 0.24 0.73
Hex BB CB AA 8 0 10 14 59 18 49
Octal 273 313 252 10 0 20 24 131 30 111
Binary 10111011 11001011 10101010 1000 0 10000 10100 1011001 11000 1001001

Color Harmonies of #BBCBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCBAA

Black with #BBCBAA

Text Example


Text Example

White with #BBCBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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