#BACDDC

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

Shades of Spindle #BACDDC

Tints of Spindle #BACDDC

Color information

#BACDDC (or 0xBACDDC) is unknown color: approx Spindle. HEX triplet: BA, CD and DC. RGB value is (186,205,220). Sum of RGB (Red+Green+Blue) = 186+205+220=611 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.44% from 611); Green value is 205 (80.47% from 255 or 33.55% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #BACDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACDDC is #453223. Grayscale: #C8C8C8. Windows color (decimal): -4534820 or 14470586. OLE color: 14470586.

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

Color convert

RGB186205220-
CMYK0.150.0700.14
HSL206.47º32.69%79.61%-
HSV(B)206.47º15.45%86.27%-
XYZ5559.2776.25-
YUV201.03138.71117.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.44%
GREEN value IS 205 (80.47% from 255) = 33.55%
BLUE value IS 220 (86.33% from 255) = 36.01%
R=30.44%
G=33.55%
B=36.01%

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
Decimal1862052200.150.0700.14206.4732.6979.61
HexBACDDCF70Ece2150
Octal27231533417701631641120
Binary101110101100110111011100111111101110110011101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACDDC; }

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

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

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

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

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

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

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

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