#BACADD

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

Shades of Spindle #BACADD

Tints of Spindle #BACADD

Color information

#BACADD (or 0xBACADD) is unknown color: approx Spindle. HEX triplet: BA, CA and DD. RGB value is (186,202,221). Sum of RGB (Red+Green+Blue) = 186+202+221=609 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.54% from 609); Green value is 202 (79.30% from 255 or 33.17% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 221 - color contains mainly: blue. Hex color #BACADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACADD is #453522. Grayscale: #C7C7C7. Windows color (decimal): -4535587 or 14535354. OLE color: 14535354.

HSL color Cylindrical-coordinate representation of color #BACADD: hue angle of 212.57º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BACADD is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB186202221-
CMYK0.160.0900.13
HSL212.57º33.98%79.8%-
HSV(B)212.57º15.84%86.67%-
XYZ54.4257.976.71-
YUV199.38140.2118.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.54%
GREEN value IS 202 (79.30% from 255) = 33.17%
BLUE value IS 221 (86.72% from 255) = 36.29%
R=30.54%
G=33.17%
B=36.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1862022210.160.0900.13212.5733.9879.8
HexBACADD1090Dd52250
Octal272312335201101532542120
Binary10111010110010101101110110000100101101110101011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACADD; }

 p { color: rgb(186,202,221); }

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

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

 a { background-color: rgb(186,202,221); }

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

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

 span { border-color: rgb(186,202,221); }

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