Html Css Color HEX #BBCAAA Pixie Green

📋 copy color: '#BBCAAA'

red 187 ◦ green 202 ◦ blue 170

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

Shades of Pixie Green #BBCAAA

Tints of Pixie Green #BBCAAA

RGB

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

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

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

R = 33.45%
G = 36.14%
B = 30.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#BBCAAA (or 0xBBCAAA) is known color: Pixie Green. HEX triplet: BB, CA and AA. RGB value is (187,202,170). Sum of RGB (Red+Green+Blue) = 187+202+170=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAA is #443555. Grayscale: #C1C1C1. Windows color (decimal): -4470102 or 11193019. OLE color: 11193019.

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

Color convert

RGB 187 202 170 -
CMYK 0.07 0 0.16 0.21
HSL 88.13º 0.23% 0.73% -
HSV(B) 88.13º 0.16% 0.79% -
XYZ 48.87 55.71 46.21 -
YUV 193.87 114.53 123.1 -
System Red Green Blue C M Y K H S L
Decimal 187 202 170 0.07 0 0.16 0.21 88.13 0.23 0.73
Hex BB CA AA 7 0 10 15 58 17 49
Octal 273 312 252 7 0 20 25 130 27 111
Binary 10111011 11001010 10101010 111 0 10000 10101 1011000 10111 1001001

Color Harmonies of #BBCAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAAA

Black with #BBCAAA

Text Example


Text Example

White with #BBCAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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