#BAC8D5

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

Shades of Spindle #BAC8D5

Tints of Spindle #BAC8D5

Color information

#BAC8D5 (or 0xBAC8D5) is unknown color: approx Spindle. HEX triplet: BA, C8 and D5. RGB value is (186,200,213). Sum of RGB (Red+Green+Blue) = 186+200+213=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #BAC8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D5 is #45372A. Grayscale: #C5C5C5. Windows color (decimal): -4536107 or 14010554. OLE color: 14010554.

HSL color Cylindrical-coordinate representation of color #BAC8D5: hue angle of 208.89º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BAC8D5 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186200213-
CMYK0.130.0600.16
HSL208.89º24.32%78.24%-
HSV(B)208.89º12.68%83.53%-
XYZ52.9156.5571.08-
YUV197.3136.86119.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=31.05%
G=33.39%
B=35.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862002130.130.0600.16208.8924.3278.24
HexBAC8D5D6010d1184e
Octal27231032515602032130116
Binary101110101100100011010101110111001000011010001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8D5; }

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

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

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

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

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

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

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

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