Html Css Color HEX #BBAC9F Silk

📋 copy color: '#BBAC9F'

red 187 ◦ green 172 ◦ blue 159

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

Shades of Silk #BBAC9F

Tints of Silk #BBAC9F

RGB

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

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

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

R = 36.1%
G = 33.2%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BBAC9F (or 0xBBAC9F) is known color: Silk. HEX triplet: BB, AC and 9F. RGB value is (187,172,159). Sum of RGB (Red+Green+Blue) = 187+172+159=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 159 (62.5% from 255 or 30.69% from 518); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAC9F is #445360. Grayscale: #AFAFAF. Windows color (decimal): -4477793 or 10464443. OLE color: 10464443.

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

Color convert

RGB 187 172 159 -
CMYK 0 0.08 0.15 0.27
HSL 27.86º 0.17% 0.68% -
HSV(B) 27.86º 0.15% 0.73% -
XYZ 41.5 42.57 38.83 -
YUV 175 118.97 136.56 -
System Red Green Blue C M Y K H S L
Decimal 187 172 159 0 0.08 0.15 0.27 27.86 0.17 0.68
Hex BB AC 9F 0 8 F 1B 1C 11 44
Octal 273 254 237 0 10 17 33 34 21 104
Binary 10111011 10101100 10011111 0 1000 1111 11011 11100 10001 1000100

Color Harmonies of #BBAC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC9F

Black with #BBAC9F

Text Example


Text Example

White with #BBAC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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