#BAADC3

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

Shades of French Grey #BAADC3

Tints of French Grey #BAADC3

Color information

#BAADC3 (or 0xBAADC3) is unknown color: approx French Grey. HEX triplet: BA, AD and C3. RGB value is (186,173,195). Sum of RGB (Red+Green+Blue) = 186+173+195=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 195 - color contains mainly: blue. Hex color #BAADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC3 is #45523C. Grayscale: #B3B3B3. Windows color (decimal): -4543037 or 12823994. OLE color: 12823994.

HSL color Cylindrical-coordinate representation of color #BAADC3: hue angle of 275.45º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAADC3 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB186173195-
CMYK0.050.1100.24
HSL275.45º15.49%72.16%-
HSV(B)275.45º11.28%76.47%-
XYZ45.0444.2757.8-
YUV179.4136.81132.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 173 (67.97% from 255) = 31.23%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=33.57%
G=31.23%
B=35.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1861731950.050.1100.24275.4515.4972.16
HexBAADC35B018113f48
Octal27225530351303042317110
Binary101110101010110111000011101101101100010001001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADC3; }

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

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

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

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

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

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

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

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