Html Css Color HEX #BBAFA6 Silk

📋 copy color: '#BBAFA6'

red 187 ◦ green 175 ◦ blue 166

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

Shades of Silk #BBAFA6

Tints of Silk #BBAFA6

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.14%

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 35.42%
G = 33.14%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BBAFA6 (or 0xBBAFA6) is known color: Silk. HEX triplet: BB, AF and A6. RGB value is (187,175,166). Sum of RGB (Red+Green+Blue) = 187+175+166=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 175 (68.75% from 255 or 33.14% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA6 is #445059. Grayscale: #B1B1B1. Windows color (decimal): -4477018 or 10923963. OLE color: 10923963.

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

Color convert

RGB 187 175 166 -
CMYK 0 0.06 0.11 0.27
HSL 25.71º 0.13% 0.69% -
HSV(B) 25.71º 0.11% 0.73% -
XYZ 42.71 43.98 42.31 -
YUV 177.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 187 175 166 0 0.06 0.11 0.27 25.71 0.13 0.69
Hex BB AF A6 0 6 B 1B 1A D 45
Octal 273 257 246 0 6 13 33 32 15 105
Binary 10111011 10101111 10100110 0 110 1011 11011 11010 1101 1000101

Color Harmonies of #BBAFA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFA6

Black with #BBAFA6

Text Example


Text Example

White with #BBAFA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFA6; }

 p { color: rgb(187,175,166); }

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

background-color css

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

 a { background-color: rgb(187,175,166); }

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

border-color css

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

 span { border-color: rgb(187,175,166); }

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