#BAC0CC

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

Shades of Spindle #BAC0CC

Tints of Spindle #BAC0CC

Color information

#BAC0CC (or 0xBAC0CC) is unknown color: approx Spindle. HEX triplet: BA, C0 and CC. RGB value is (186,192,204). Sum of RGB (Red+Green+Blue) = 186+192+204=582 (77% of max value = 765). Red value is 186 (73.05% from 255 or 31.96% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 204 - color contains mainly: blue. Hex color #BAC0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAC0CC is #453F33. Grayscale: #BFBFBF. Windows color (decimal): -4538164 or 13418682. OLE color: 13418682.

HSL color Cylindrical-coordinate representation of color #BAC0CC: hue angle of 220º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BAC0CC is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186192204-
CMYK0.090.0600.2
HSL220º15%76.47%-
HSV(B)220º8.82%80%-
XYZ5052.564.62-
YUV191.57135.01124.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.96%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=31.96%
G=32.99%
B=35.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861922040.090.0600.22201576.47
HexBAC0CC96014dcf4c
Octal27230031411602433417114
Binary10111010110000001100110010011100101001101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC0CC; }

 p { color: rgb(186,192,204); }

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

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

 a { background-color: rgb(186,192,204); }

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

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

 span { border-color: rgb(186,192,204); }

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