Html Css Color HEX #BBAB9E Silk

📋 copy color: '#BBAB9E'

red 187 ◦ green 171 ◦ blue 158

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

Shades of Silk #BBAB9E

Tints of Silk #BBAB9E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.14%

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

R = 36.24%
G = 33.14%
B = 30.62%

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

#BBAB9E (or 0xBBAB9E) is known color: Silk. HEX triplet: BB, AB and 9E. RGB value is (187,171,158). Sum of RGB (Red+Green+Blue) = 187+171+158=516 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.24% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 158 (62.11% from 255 or 30.62% from 516); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9E is #445461. Grayscale: #AEAEAE. Windows color (decimal): -4478050 or 10398651. OLE color: 10398651.

HSL color Cylindrical-coordinate representation of color #BBAB9E: hue angle of 26.9º 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 #BBAB9E is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 171 158 -
CMYK 0 0.09 0.16 0.27
HSL 26.9º 0.18% 0.68% -
HSV(B) 26.9º 0.16% 0.73% -
XYZ 41.23 42.16 38.31 -
YUV 174.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 187 171 158 0 0.09 0.16 0.27 26.9 0.18 0.68
Hex BB AB 9E 0 9 10 1B 1B 12 44
Octal 273 253 236 0 11 20 33 33 22 104
Binary 10111011 10101011 10011110 0 1001 10000 11011 11011 10010 1000100

Color Harmonies of #BBAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB9E

Black with #BBAB9E

Text Example


Text Example

White with #BBAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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