Html Css Color HEX #BBAFA7 Silk

📋 copy color: '#BBAFA7'

red 187 ◦ green 175 ◦ blue 167

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

Shades of Silk #BBAFA7

Tints of Silk #BBAFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.57%

R = 35.35%
G = 33.08%
B = 31.57%

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

#BBAFA7 (or 0xBBAFA7) is known color: Silk. HEX triplet: BB, AF and A7. RGB value is (187,175,167). Sum of RGB (Red+Green+Blue) = 187+175+167=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 167 (65.62% from 255 or 31.57% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA7 is #445058. Grayscale: #B1B1B1. Windows color (decimal): -4477017 or 10989499. OLE color: 10989499.

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

Color convert

RGB 187 175 167 -
CMYK 0 0.06 0.11 0.27
HSL 24º 0.13% 0.69% -
HSV(B) 24º 0.11% 0.73% -
XYZ 42.8 44.01 42.8 -
YUV 177.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 187 175 167 0 0.06 0.11 0.27 24 0.13 0.69
Hex BB AF A7 0 6 B 1B 18 D 45
Octal 273 257 247 0 6 13 33 30 15 105
Binary 10111011 10101111 10100111 0 110 1011 11011 11000 1101 1000101

Color Harmonies of #BBAFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFA7

Black with #BBAFA7

Text Example


Text Example

White with #BBAFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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