Html Css Color HEX #BAAAC7 French Grey

📋 copy color: '#BAAAC7'

red 186 ◦ green 170 ◦ blue 199

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

Shades of French Grey #BAAAC7

Tints of French Grey #BAAAC7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.63%

 BLUE value IS 199 (78.13% from 255) = 35.86%

R = 33.51%
G = 30.63%
B = 35.86%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAAAC7 (or 0xBAAAC7) is known color: French Grey. HEX triplet: BA, AA and C7. RGB value is (186,170,199). Sum of RGB (Red+Green+Blue) = 186+170+199=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAAAC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAAC7 is #455538. Grayscale: #B1B1B1. Windows color (decimal): -4543801 or 13085370. OLE color: 13085370.

HSL color Cylindrical-coordinate representation of color #BAAAC7: hue angle of 273.1º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAAAC7 is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 170 199 -
CMYK 0.07 0.15 0 0.22
HSL 273.1º 0.21% 0.72% -
HSV(B) 273.1º 0.15% 0.78% -
XYZ 44.93 43.31 60.02 -
YUV 178.09 139.8 133.64 -
System Red Green Blue C M Y K H S L
Decimal 186 170 199 0.07 0.15 0 0.22 273.1 0.21 0.72
Hex BA AA C7 7 F 0 16 111 15 48
Octal 272 252 307 7 17 0 26 421 25 110
Binary 10111010 10101010 11000111 111 1111 0 10110 100010001 10101 1001000

Color Harmonies of #BAAAC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAAC7

Black with #BAAAC7

Text Example


Text Example

White with #BAAAC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAAC7; }

 p { color: rgb(186,170,199); }

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

background-color css

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

 a { background-color: rgb(186,170,199); }

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

border-color css

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

 span { border-color: rgb(186,170,199); }

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