#BAC9D0

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

Shades of Spindle #BAC9D0

Tints of Spindle #BAC9D0

Color information

#BAC9D0 (or 0xBAC9D0) is unknown color: approx Spindle. HEX triplet: BA, C9 and D0. RGB value is (186,201,208). Sum of RGB (Red+Green+Blue) = 186+201+208=595 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.26% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 208 (81.64% from 255 or 34.96% from 595); Max value from RGB is 208 - color contains mainly: blue. Hex color #BAC9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC9D0 is #45362F. Grayscale: #C5C5C5. Windows color (decimal): -4535856 or 13683130. OLE color: 13683130.

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

Color convert

RGB186201208-
CMYK0.110.0300.18
HSL199.09º18.97%77.25%-
HSV(B)199.09º10.58%81.57%-
XYZ52.5256.7767.86-
YUV197.31134.03119.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.26%
GREEN value IS 201 (78.91% from 255) = 33.78%
BLUE value IS 208 (81.64% from 255) = 34.96%
R=31.26%
G=33.78%
B=34.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862012080.110.0300.18199.0918.9777.25
HexBAC9D0B3012c7134d
Octal27231132013302230723115
Binary10111010110010011101000010111101001011000111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC9D0; }

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

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

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

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

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

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

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

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