#BAADC8

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

Shades of French Grey #BAADC8

Tints of French Grey #BAADC8

Color information

#BAADC8 (or 0xBAADC8) is unknown color: approx French Grey. HEX triplet: BA, AD and C8. RGB value is (186,173,200). Sum of RGB (Red+Green+Blue) = 186+173+200=559 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.27% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 200 - color contains mainly: blue. Hex color #BAADC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BAADC8 is #455237. Grayscale: #B3B3B3. Windows color (decimal): -4543032 or 13151674. OLE color: 13151674.

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

Color convert

RGB186173200-
CMYK0.070.1400.22
HSL268.89º19.71%73.14%-
HSV(B)268.89º13.5%78.43%-
XYZ45.6244.560.83-
YUV179.96139.31132.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.27%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=33.27%
G=30.95%
B=35.78%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861732000.070.1400.22268.8919.7173.14
HexBAADC87E01610d1449
Octal27225531071602641524111
Binary1011101010101101110010001111110010110100001101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAADC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAADC8; }

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

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

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

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

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

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

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

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