Html Css Color HEX #BBAFA5 Silk

📋 copy color: '#BBAFA5'

red 187 ◦ green 175 ◦ blue 165

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

Shades of Silk #BBAFA5

Tints of Silk #BBAFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.31%

R = 35.48%
G = 33.21%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#BBAFA5 (or 0xBBAFA5) is known color: Silk. HEX triplet: BB, AF and A5. RGB value is (187,175,165). Sum of RGB (Red+Green+Blue) = 187+175+165=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 175 (68.75% from 255 or 33.21% from 527); Blue value is 165 (64.84% from 255 or 31.31% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA5 is #44505A. Grayscale: #B1B1B1. Windows color (decimal): -4477019 or 10858427. OLE color: 10858427.

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

Color convert

RGB 187 175 165 -
CMYK 0 0.06 0.12 0.27
HSL 27.27º 0.14% 0.69% -
HSV(B) 27.27º 0.12% 0.73% -
XYZ 42.62 43.94 41.83 -
YUV 177.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 187 175 165 0 0.06 0.12 0.27 27.27 0.14 0.69
Hex BB AF A5 0 6 C 1B 1B E 45
Octal 273 257 245 0 6 14 33 33 16 105
Binary 10111011 10101111 10100101 0 110 1100 11011 11011 1110 1000101

Color Harmonies of #BBAFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFA5

Black with #BBAFA5

Text Example


Text Example

White with #BBAFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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