Html Css Color HEX #BBAB9D Silk

📋 copy color: '#BBAB9D'

red 187 ◦ green 171 ◦ blue 157

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

Shades of Silk #BBAB9D

Tints of Silk #BBAB9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.49%

R = 36.31%
G = 33.2%
B = 30.49%

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

#BBAB9D (or 0xBBAB9D) is known color: Silk. HEX triplet: BB, AB and 9D. RGB value is (187,171,157). Sum of RGB (Red+Green+Blue) = 187+171+157=515 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.31% from 515); Green value is 171 (67.19% from 255 or 33.20% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9D is #445462. Grayscale: #AEAEAE. Windows color (decimal): -4478051 or 10333115. OLE color: 10333115.

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

Color convert

RGB 187 171 157 -
CMYK 0 0.09 0.16 0.27
HSL 28º 0.18% 0.67% -
HSV(B) 28º 0.16% 0.73% -
XYZ 41.14 42.12 37.86 -
YUV 174.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 187 171 157 0 0.09 0.16 0.27 28 0.18 0.67
Hex BB AB 9D 0 9 10 1B 1C 12 43
Octal 273 253 235 0 11 20 33 34 22 103
Binary 10111011 10101011 10011101 0 1001 10000 11011 11100 10010 1000011

Color Harmonies of #BBAB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB9D

Black with #BBAB9D

Text Example


Text Example

White with #BBAB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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