#BAADC4

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

Shades of French Grey #BAADC4

Tints of French Grey #BAADC4

Color information

#BAADC4 (or 0xBAADC4) is unknown color: approx French Grey. HEX triplet: BA, AD and C4. RGB value is (186,173,196). Sum of RGB (Red+Green+Blue) = 186+173+196=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 196 (76.95% from 255 or 35.32% from 555); Max value from RGB is 196 - color contains mainly: blue. Hex color #BAADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC4 is #45523B. Grayscale: #B3B3B3. Windows color (decimal): -4543036 or 12889530. OLE color: 12889530.

HSL color Cylindrical-coordinate representation of color #BAADC4: hue angle of 273.91º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BAADC4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB186173196-
CMYK0.050.1200.23
HSL273.91º16.31%72.35%-
HSV(B)273.91º11.73%76.86%-
XYZ45.1644.3158.4-
YUV179.51137.31132.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.51%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 196 (76.95% from 255) = 35.32%
R=33.51%
G=31.17%
B=35.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861731960.050.1200.23273.9116.3172.35
HexBAADC45C0171121048
Octal27225530451402742220110
Binary1011101010101101110001001011100010111100010010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADC4; }

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

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

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

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

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

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

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

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