Html Css Color HEX #BBAB9C Silk

📋 copy color: '#BBAB9C'

red 187 ◦ green 171 ◦ blue 156

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

Shades of Silk #BBAB9C

Tints of Silk #BBAB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.35%

R = 36.38%
G = 33.27%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BBAB9C (or 0xBBAB9C) is known color: Silk. HEX triplet: BB, AB and 9C. RGB value is (187,171,156). Sum of RGB (Red+Green+Blue) = 187+171+156=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB9C is #445463. Grayscale: #AEAEAE. Windows color (decimal): -4478052 or 10267579. OLE color: 10267579.

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

Color convert

RGB 187 171 156 -
CMYK 0 0.09 0.17 0.27
HSL 29.03º 0.19% 0.67% -
HSV(B) 29.03º 0.17% 0.73% -
XYZ 41.06 42.09 37.41 -
YUV 174.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 187 171 156 0 0.09 0.17 0.27 29.03 0.19 0.67
Hex BB AB 9C 0 9 11 1B 1D 13 43
Octal 273 253 234 0 11 21 33 35 23 103
Binary 10111011 10101011 10011100 0 1001 10001 11011 11101 10011 1000011

Color Harmonies of #BBAB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB9C

Black with #BBAB9C

Text Example


Text Example

White with #BBAB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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