#BAC8DA

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

Shades of Spindle #BAC8DA

Tints of Spindle #BAC8DA

Color information

#BAC8DA (or 0xBAC8DA) is unknown color: approx Spindle. HEX triplet: BA, C8 and DA. RGB value is (186,200,218). Sum of RGB (Red+Green+Blue) = 186+200+218=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: blue. Hex color #BAC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8DA is #453725. Grayscale: #C5C5C5. Windows color (decimal): -4536102 or 14338234. OLE color: 14338234.

HSL color Cylindrical-coordinate representation of color #BAC8DA: hue angle of 213.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BAC8DA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186200218-
CMYK0.150.0800.15
HSL213.75º30.19%79.22%-
HSV(B)213.75º14.68%85.49%-
XYZ53.5656.8174.47-
YUV197.87139.36119.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 200 (78.52% from 255) = 33.11%
BLUE value IS 218 (85.55% from 255) = 36.09%
R=30.79%
G=33.11%
B=36.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862002180.150.0800.15213.7530.1979.22
HexBAC8DAF80Fd61e4f
Octal272310332171001732636117
Binary101110101100100011011010111110000111111010110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8DA; }

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

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

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

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

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

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

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

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