#BACCDC

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

Shades of Spindle #BACCDC

Tints of Spindle #BACCDC

Color information

#BACCDC (or 0xBACCDC) is unknown color: approx Spindle. HEX triplet: BA, CC and DC. RGB value is (186,204,220). Sum of RGB (Red+Green+Blue) = 186+204+220=610 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.49% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCDC is #453323. Grayscale: #C8C8C8. Windows color (decimal): -4535076 or 14470330. OLE color: 14470330.

HSL color Cylindrical-coordinate representation of color #BACCDC: hue angle of 208.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BACCDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186204220-
CMYK0.150.0700.14
HSL208.24º32.69%79.61%-
HSV(B)208.24º15.45%86.27%-
XYZ54.7658.7976.17-
YUV200.44139.04117.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.49%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 220 (86.33% from 255) = 36.07%
R=30.49%
G=33.44%
B=36.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862042200.150.0700.14208.2432.6979.61
HexBACCDCF70Ed02150
Octal27231433417701632041120
Binary101110101100110011011100111111101110110100001000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCDC; }

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

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

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

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

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

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

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

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