Html Css Color HEX #BBAFA3 Silk

📋 copy color: '#BBAFA3'

red 187 ◦ green 175 ◦ blue 163

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

Shades of Silk #BBAFA3

Tints of Silk #BBAFA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.05%

R = 35.62%
G = 33.33%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#BBAFA3 (or 0xBBAFA3) is known color: Silk. HEX triplet: BB, AF and A3. RGB value is (187,175,163). Sum of RGB (Red+Green+Blue) = 187+175+163=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 163 (64.06% from 255 or 31.05% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA3 is #44505C. Grayscale: #B1B1B1. Windows color (decimal): -4477021 or 10727355. OLE color: 10727355.

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

Color convert

RGB 187 175 163 -
CMYK 0 0.06 0.13 0.27
HSL 30º 0.15% 0.69% -
HSV(B) 30º 0.13% 0.73% -
XYZ 42.43 43.87 40.88 -
YUV 177.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 187 175 163 0 0.06 0.13 0.27 30 0.15 0.69
Hex BB AF A3 0 6 D 1B 1E F 45
Octal 273 257 243 0 6 15 33 36 17 105
Binary 10111011 10101111 10100011 0 110 1101 11011 11110 1111 1000101

Color Harmonies of #BBAFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFA3

Black with #BBAFA3

Text Example


Text Example

White with #BBAFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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