Html Css Color HEX #BAADA5 Silk

📋 copy color: '#BAADA5'

red 186 ◦ green 173 ◦ blue 165

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

Shades of Silk #BAADA5

Tints of Silk #BAADA5

RGB

 RED value IS 186 (73.05% from 255) = 35.5%

 GREEN value IS 173 (67.97% from 255) = 33.02%

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

R = 35.5%
G = 33.02%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BAADA5 (or 0xBAADA5) is known color: Silk. HEX triplet: BA, AD and A5. RGB value is (186,173,165). Sum of RGB (Red+Green+Blue) = 186+173+165=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 186 - color contains mainly: red. Hex color #BAADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAADA5 is #45525A. Grayscale: #B0B0B0. Windows color (decimal): -4543067 or 10857914. OLE color: 10857914.

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

Color convert

RGB 186 173 165 -
CMYK 0 0.07 0.11 0.27
HSL 22.86º 0.13% 0.69% -
HSV(B) 22.86º 0.11% 0.73% -
XYZ 41.98 43.04 41.69 -
YUV 175.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 186 173 165 0 0.07 0.11 0.27 22.86 0.13 0.69
Hex BA AD A5 0 7 B 1B 17 D 45
Octal 272 255 245 0 7 13 33 27 15 105
Binary 10111010 10101101 10100101 0 111 1011 11011 10111 1101 1000101

Color Harmonies of #BAADA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAADA5

Black with #BAADA5

Text Example


Text Example

White with #BAADA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAADA5; }

 p { color: rgb(186,173,165); }

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

background-color css

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

 a { background-color: rgb(186,173,165); }

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

border-color css

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

 span { border-color: rgb(186,173,165); }

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