#BAC4D1

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

Shades of Spindle #BAC4D1

Tints of Spindle #BAC4D1

Color information

#BAC4D1 (or 0xBAC4D1) is unknown color: approx Spindle. HEX triplet: BA, C4 and D1. RGB value is (186,196,209). Sum of RGB (Red+Green+Blue) = 186+196+209=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 209 - color contains mainly: blue. Hex color #BAC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D1 is #453B2E. Grayscale: #C2C2C2. Windows color (decimal): -4537135 or 13747386. OLE color: 13747386.

HSL color Cylindrical-coordinate representation of color #BAC4D1: hue angle of 213.91º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BAC4D1 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186196209-
CMYK0.110.0600.18
HSL213.91º20%77.45%-
HSV(B)213.91º11%81.96%-
XYZ51.554.5268.13-
YUV194.49136.19121.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 196 (76.95% from 255) = 33.16%
BLUE value IS 209 (82.03% from 255) = 35.36%
R=31.47%
G=33.16%
B=35.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861962090.110.0600.18213.912077.45
HexBAC4D1B6012d6144d
Octal27230432113602232624115
Binary101110101100010011010001101111001001011010110101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4D1; }

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

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

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

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

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

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

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

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