Html Css Color HEX #BAACC7 French Grey

📋 copy color: '#BAACC7'

red 186 ◦ green 172 ◦ blue 199

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

Shades of French Grey #BAACC7

Tints of French Grey #BAACC7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.88%

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

R = 33.39%
G = 30.88%
B = 35.73%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAACC7 (or 0xBAACC7) is known color: French Grey. HEX triplet: BA, AC and C7. RGB value is (186,172,199). Sum of RGB (Red+Green+Blue) = 186+172+199=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAACC7 is #455338. Grayscale: #B3B3B3. Windows color (decimal): -4543289 or 13085882. OLE color: 13085882.

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

Color convert

RGB 186 172 199 -
CMYK 0.07 0.14 0 0.22
HSL 271.11º 0.19% 0.73% -
HSV(B) 271.11º 0.14% 0.78% -
XYZ 45.31 44.07 60.15 -
YUV 179.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 186 172 199 0.07 0.14 0 0.22 271.11 0.19 0.73
Hex BA AC C7 7 E 0 16 10F 13 49
Octal 272 254 307 7 16 0 26 417 23 111
Binary 10111010 10101100 11000111 111 1110 0 10110 100001111 10011 1001001

Color Harmonies of #BAACC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAACC7

Black with #BAACC7

Text Example


Text Example

White with #BAACC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAACC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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