Html Css Color HEX #BBAA9E Silk

📋 copy color: '#BBAA9E'

red 187 ◦ green 170 ◦ blue 158

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

Shades of Silk #BBAA9E

Tints of Silk #BBAA9E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 158 (62.11% from 255) = 30.68%

R = 36.31%
G = 33.01%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBAA9E (or 0xBBAA9E) is known color: Silk. HEX triplet: BB, AA and 9E. RGB value is (187,170,158). Sum of RGB (Red+Green+Blue) = 187+170+158=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA9E is #445561. Grayscale: #ADADAD. Windows color (decimal): -4478306 or 10398395. OLE color: 10398395.

HSL color Cylindrical-coordinate representation of color #BBAA9E: hue angle of 24.83º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBAA9E is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 170 158 -
CMYK 0 0.09 0.16 0.27
HSL 24.83º 0.18% 0.68% -
HSV(B) 24.83º 0.16% 0.73% -
XYZ 41.04 41.78 38.25 -
YUV 173.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 187 170 158 0 0.09 0.16 0.27 24.83 0.18 0.68
Hex BB AA 9E 0 9 10 1B 19 12 44
Octal 273 252 236 0 11 20 33 31 22 104
Binary 10111011 10101010 10011110 0 1001 10000 11011 11001 10010 1000100

Color Harmonies of #BBAA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAA9E

Black with #BBAA9E

Text Example


Text Example

White with #BBAA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAA9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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