#BAAFC3

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

Shades of French Grey #BAAFC3

Tints of French Grey #BAAFC3

Color information

#BAAFC3 (or 0xBAAFC3) is unknown color: approx French Grey. HEX triplet: BA, AF and C3. RGB value is (186,175,195). Sum of RGB (Red+Green+Blue) = 186+175+195=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 195 (76.56% from 255 or 35.07% from 556); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAAFC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAFC3 is #45503C. Grayscale: #B4B4B4. Windows color (decimal): -4542525 or 12824506. OLE color: 12824506.

HSL color Cylindrical-coordinate representation of color #BAAFC3: hue angle of 273º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BAAFC3 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186175195-
CMYK0.050.1000.24
HSL273º14.29%72.55%-
HSV(B)273º10.26%76.47%-
XYZ45.4345.0457.93-
YUV180.57136.14131.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 195 (76.56% from 255) = 35.07%
R=33.45%
G=31.47%
B=35.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861751950.050.1000.2427314.2972.55
HexBAAFC35A018111e49
Octal27225730351203042116111
Binary101110101010111111000011101101001100010001000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAFC3; }

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

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

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

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

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

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

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

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