Html Css Color HEX #BAABC6 French Grey

📋 copy color: '#BAABC6'

red 186 ◦ green 171 ◦ blue 198

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

Shades of French Grey #BAABC6

Tints of French Grey #BAABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.81%

 BLUE value IS 198 (77.73% from 255) = 35.68%

R = 33.51%
G = 30.81%
B = 35.68%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BAABC6 (or 0xBAABC6) is known color: French Grey. HEX triplet: BA, AB and C6. RGB value is (186,171,198). Sum of RGB (Red+Green+Blue) = 186+171+198=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 198 (77.73% from 255 or 35.68% from 555); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAABC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAABC6 is #455439. Grayscale: #B2B2B2. Windows color (decimal): -4543546 or 13020090. OLE color: 13020090.

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

Color convert

RGB 186 171 198 -
CMYK 0.06 0.14 0 0.22
HSL 273.33º 0.19% 0.72% -
HSV(B) 273.33º 0.14% 0.78% -
XYZ 45.01 43.64 59.48 -
YUV 178.56 138.97 133.3 -
System Red Green Blue C M Y K H S L
Decimal 186 171 198 0.06 0.14 0 0.22 273.33 0.19 0.72
Hex BA AB C6 6 E 0 16 111 13 48
Octal 272 253 306 6 16 0 26 421 23 110
Binary 10111010 10101011 11000110 110 1110 0 10110 100010001 10011 1001000

Color Harmonies of #BAABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAABC6

Black with #BAABC6

Text Example


Text Example

White with #BAABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAABC6; }

 p { color: rgb(186,171,198); }

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

background-color css

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

 a { background-color: rgb(186,171,198); }

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

border-color css

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

 span { border-color: rgb(186,171,198); }

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