#BAAFC6

Color #BAAFC6 French Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Grey #BAAFC6

Tints of French Grey #BAAFC6

Color information

#BAAFC6 (or 0xBAAFC6) is unknown color: approx French Grey. HEX triplet: BA, AF and C6. RGB value is (186,175,198). Sum of RGB (Red+Green+Blue) = 186+175+198=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #BAAFC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC6 is #455039. Grayscale: #B4B4B4. Windows color (decimal): -4542522 or 13021114. OLE color: 13021114.

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

Color convert

RGB186175198-
CMYK0.060.1200.22
HSL268.7º16.79%73.14%-
HSV(B)268.7º11.62%77.65%-
XYZ45.7745.1859.73-
YUV180.91137.64131.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=33.27%
G=31.31%
B=35.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861751980.060.1200.22268.716.7973.14
HexBAAFC66C01610d1149
Octal27225730661402641521111
Binary1011101010101111110001101101100010110100001101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFC6; }

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

 H1.HeaderClassName
 {
   color: #BAAFC6;
 }
 .AnyTagClassName
 {
   color: #BAAFC6;
 }
</style>
background-color css

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

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

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

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

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

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