#BAC4D0

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

Shades of Spindle #BAC4D0

Tints of Spindle #BAC4D0

Color information

#BAC4D0 (or 0xBAC4D0) is unknown color: approx Spindle. HEX triplet: BA, C4 and D0. RGB value is (186,196,208). Sum of RGB (Red+Green+Blue) = 186+196+208=590 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.53% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC4D0 is #453B2F. Grayscale: #C2C2C2. Windows color (decimal): -4537136 or 13681850. OLE color: 13681850.

HSL color Cylindrical-coordinate representation of color #BAC4D0: hue angle of 212.73º degrees, saturation: 0.19, 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 #BAC4D0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186196208-
CMYK0.110.0600.18
HSL212.73º18.97%77.25%-
HSV(B)212.73º10.58%81.57%-
XYZ51.3754.4767.48-
YUV194.38135.69122.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.53%
GREEN value IS 196 (76.95% from 255) = 33.22%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=31.53%
G=33.22%
B=35.25%

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
Decimal1861962080.110.0600.18212.7318.9777.25
HexBAC4D0B6012d5134d
Octal27230432013602232523115
Binary101110101100010011010000101111001001011010101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC4D0; }

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

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

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

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

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

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

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

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