#BAC8D7

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

Shades of Spindle #BAC8D7

Tints of Spindle #BAC8D7

Color information

#BAC8D7 (or 0xBAC8D7) is unknown color: approx Spindle. HEX triplet: BA, C8 and D7. RGB value is (186,200,215). Sum of RGB (Red+Green+Blue) = 186+200+215=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 200 (78.52% from 255 or 33.28% from 601); Blue value is 215 (84.38% from 255 or 35.77% from 601); Max value from RGB is 215 - color contains mainly: blue. Hex color #BAC8D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC8D7 is #453728. Grayscale: #C5C5C5. Windows color (decimal): -4536105 or 14141626. OLE color: 14141626.

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

Color convert

RGB186200215-
CMYK0.130.0700.16
HSL211.03º26.61%78.63%-
HSV(B)211.03º13.49%84.31%-
XYZ53.1756.6572.42-
YUV197.52137.86119.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 200 (78.52% from 255) = 33.28%
BLUE value IS 215 (84.38% from 255) = 35.77%
R=30.95%
G=33.28%
B=35.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862002150.130.0700.16211.0326.6178.63
HexBAC8D7D7010d31b4f
Octal27231032715702032333117
Binary101110101100100011010111110111101000011010011110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC8D7; }

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

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

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

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

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

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

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

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