Html Css Color HEX #BBAC9E Silk

📋 copy color: '#BBAC9E'

red 187 ◦ green 172 ◦ blue 158

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

Shades of Silk #BBAC9E

Tints of Silk #BBAC9E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.27%

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

R = 36.17%
G = 33.27%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BBAC9E (or 0xBBAC9E) is known color: Silk. HEX triplet: BB, AC and 9E. RGB value is (187,172,158). Sum of RGB (Red+Green+Blue) = 187+172+158=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 158 (62.11% from 255 or 30.56% from 517); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC9E is #445361. Grayscale: #AEAEAE. Windows color (decimal): -4477794 or 10398907. OLE color: 10398907.

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

Color convert

RGB 187 172 158 -
CMYK 0 0.08 0.16 0.27
HSL 28.97º 0.18% 0.68% -
HSV(B) 28.97º 0.16% 0.73% -
XYZ 41.42 42.54 38.38 -
YUV 174.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 187 172 158 0 0.08 0.16 0.27 28.97 0.18 0.68
Hex BB AC 9E 0 8 10 1B 1D 12 44
Octal 273 254 236 0 10 20 33 35 22 104
Binary 10111011 10101100 10011110 0 1000 10000 11011 11101 10010 1000100

Color Harmonies of #BBAC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC9E

Black with #BBAC9E

Text Example


Text Example

White with #BBAC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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