#BCADC9

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

Shades of French Grey #BCADC9

Tints of French Grey #BCADC9

Color information

#BCADC9 (or 0xBCADC9) is unknown color: approx French Grey. HEX triplet: BC, AD and C9. RGB value is (188,173,201). Sum of RGB (Red+Green+Blue) = 188+173+201=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCADC9 is #435236. Grayscale: #B4B4B4. Windows color (decimal): -4411959 or 13217212. OLE color: 13217212.

HSL color Cylindrical-coordinate representation of color #BCADC9: hue angle of 272.14º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCADC9 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188173201-
CMYK0.060.1400.21
HSL272.14º20.59%73.33%-
HSV(B)272.14º13.93%78.82%-
XYZ46.2344.861.47-
YUV180.68139.47133.22-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 201 (78.91% from 255) = 35.77%
R=33.45%
G=30.78%
B=35.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881732010.060.1400.21272.1420.5973.33
HexBCADC96E0151101549
Octal27425531161602542025111
Binary1011110010101101110010011101110010101100010000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCADC9; }

 p { color: rgb(188,173,201); }

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

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

 a { background-color: rgb(188,173,201); }

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

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

 span { border-color: rgb(188,173,201); }

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