#BAC5D0

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

Shades of Spindle #BAC5D0

Tints of Spindle #BAC5D0

Color information

#BAC5D0 (or 0xBAC5D0) is unknown color: approx Spindle. HEX triplet: BA, C5 and D0. RGB value is (186,197,208). Sum of RGB (Red+Green+Blue) = 186+197+208=591 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.47% from 591); Green value is 197 (77.34% from 255 or 33.33% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC5D0 is #453A2F. Grayscale: #C2C2C2. Windows color (decimal): -4536880 or 13682106. OLE color: 13682106.

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

Color convert

RGB186197208-
CMYK0.110.0500.18
HSL210º18.97%77.25%-
HSV(B)210º10.58%81.57%-
XYZ51.654.9367.56-
YUV194.96135.36121.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.47%
GREEN value IS 197 (77.34% from 255) = 33.33%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=31.47%
G=33.33%
B=35.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1861972080.110.0500.1821018.9777.25
HexBAC5D0B5012d2134d
Octal27230532013502232223115
Binary101110101100010111010000101110101001011010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC5D0; }

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

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

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

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

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

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

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

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