#BACBDC

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

Shades of Spindle #BACBDC

Tints of Spindle #BACBDC

Color information

#BACBDC (or 0xBACBDC) is unknown color: approx Spindle. HEX triplet: BA, CB and DC. RGB value is (186,203,220). Sum of RGB (Red+Green+Blue) = 186+203+220=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 220 (86.33% from 255 or 36.12% from 609); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBDC is #453423. Grayscale: #C7C7C7. Windows color (decimal): -4535332 or 14470074. OLE color: 14470074.

HSL color Cylindrical-coordinate representation of color #BACBDC: hue angle of 210º 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 #BACBDC is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186203220-
CMYK0.150.0800.14
HSL210º32.69%79.61%-
HSV(B)210º15.45%86.27%-
XYZ54.5258.3276.09-
YUV199.86139.37118.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 220 (86.33% from 255) = 36.12%
R=30.54%
G=33.33%
B=36.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1862032200.150.0800.1421032.6979.61
HexBACBDCF80Ed22150
Octal272313334171001632241120
Binary1011101011001011110111001111100001110110100101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBDC; }

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

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

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

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

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

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

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

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