#BAADC7

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

Shades of French Grey #BAADC7

Tints of French Grey #BAADC7

Color information

#BAADC7 (or 0xBAADC7) is unknown color: approx French Grey. HEX triplet: BA, AD and C7. RGB value is (186,173,199). Sum of RGB (Red+Green+Blue) = 186+173+199=558 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.33% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 199 (78.12% from 255 or 35.66% from 558); Max value from RGB is 199 - color contains mainly: blue. Hex color #BAADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC7 is #455238. Grayscale: #B3B3B3. Windows color (decimal): -4543033 or 13086138. OLE color: 13086138.

HSL color Cylindrical-coordinate representation of color #BAADC7: hue angle of 270º 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 #BAADC7 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186173199-
CMYK0.070.1300.22
HSL270º18.84%72.94%-
HSV(B)270º13.07%78.04%-
XYZ45.544.4560.21-
YUV179.85138.81132.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 199 (78.12% from 255) = 35.66%
R=33.33%
G=31.00%
B=35.66%

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
Decimal1861731990.070.1300.2227018.8472.94
HexBAADC77D01610e1349
Octal27225530771502641623111
Binary1011101010101101110001111111101010110100001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADC7; }

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

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

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

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

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

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

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

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