Html Css Color HEX #BBAB9F Silk

📋 copy color: '#BBAB9F'

red 187 ◦ green 171 ◦ blue 159

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

Shades of Silk #BBAB9F

Tints of Silk #BBAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.75%

R = 36.17%
G = 33.08%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBAB9F (or 0xBBAB9F) is known color: Silk. HEX triplet: BB, AB and 9F. RGB value is (187,171,159). Sum of RGB (Red+Green+Blue) = 187+171+159=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9F is #445460. Grayscale: #AEAEAE. Windows color (decimal): -4478049 or 10464187. OLE color: 10464187.

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

Color convert

RGB 187 171 159 -
CMYK 0 0.09 0.15 0.27
HSL 25.71º 0.17% 0.68% -
HSV(B) 25.71º 0.15% 0.73% -
XYZ 41.31 42.19 38.77 -
YUV 174.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 187 171 159 0 0.09 0.15 0.27 25.71 0.17 0.68
Hex BB AB 9F 0 9 F 1B 1A 11 44
Octal 273 253 237 0 11 17 33 32 21 104
Binary 10111011 10101011 10011111 0 1001 1111 11011 11010 10001 1000100

Color Harmonies of #BBAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB9F

Black with #BBAB9F

Text Example


Text Example

White with #BBAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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