Html Css Color HEX #BBAFA4 Silk

📋 copy color: '#BBAFA4'

red 187 ◦ green 175 ◦ blue 164

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

Shades of Silk #BBAFA4

Tints of Silk #BBAFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.18%

R = 35.55%
G = 33.27%
B = 31.18%

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

#BBAFA4 (or 0xBBAFA4) is known color: Silk. HEX triplet: BB, AF and A4. RGB value is (187,175,164). Sum of RGB (Red+Green+Blue) = 187+175+164=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 164 (64.45% from 255 or 31.18% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAFA4 is #44505B. Grayscale: #B1B1B1. Windows color (decimal): -4477020 or 10792891. OLE color: 10792891.

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

Color convert

RGB 187 175 164 -
CMYK 0 0.06 0.12 0.27
HSL 28.7º 0.14% 0.69% -
HSV(B) 28.7º 0.12% 0.73% -
XYZ 42.52 43.91 41.36 -
YUV 177.33 120.48 134.89 -
System Red Green Blue C M Y K H S L
Decimal 187 175 164 0 0.06 0.12 0.27 28.7 0.14 0.69
Hex BB AF A4 0 6 C 1B 1D E 45
Octal 273 257 244 0 6 14 33 35 16 105
Binary 10111011 10101111 10100100 0 110 1100 11011 11101 1110 1000101

Color Harmonies of #BBAFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFA4

Black with #BBAFA4

Text Example


Text Example

White with #BBAFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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