#BAAEC8

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

Shades of French Grey #BAAEC8

Tints of French Grey #BAAEC8

Color information

#BAAEC8 (or 0xBAAEC8) is unknown color: approx French Grey. HEX triplet: BA, AE and C8. RGB value is (186,174,200). Sum of RGB (Red+Green+Blue) = 186+174+200=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 200 (78.52% from 255 or 35.71% from 560); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAAEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAAEC8 is #455137. Grayscale: #B4B4B4. Windows color (decimal): -4542776 or 13151930. OLE color: 13151930.

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

Color convert

RGB186174200-
CMYK0.070.1300.22
HSL267.69º19.12%73.33%-
HSV(B)267.69º13%78.43%-
XYZ45.8144.8860.89-
YUV180.55138.98131.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 200 (78.52% from 255) = 35.71%
R=33.21%
G=31.07%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861742000.070.1300.22267.6919.1273.33
HexBAAEC87D01610c1349
Octal27225631071502641423111
Binary1011101010101110110010001111101010110100001100100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAAEC8; }

 p { color: rgb(186,174,200); }

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

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

 a { background-color: rgb(186,174,200); }

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

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

 span { border-color: rgb(186,174,200); }

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