#BACAD2

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

Shades of Spindle #BACAD2

Tints of Spindle #BACAD2

Color information

#BACAD2 (or 0xBACAD2) is unknown color: approx Spindle. HEX triplet: BA, CA and D2. RGB value is (186,202,210). Sum of RGB (Red+Green+Blue) = 186+202+210=598 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.10% from 598); Green value is 202 (79.30% from 255 or 33.78% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #BACAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACAD2 is #45352D. Grayscale: #C6C6C6. Windows color (decimal): -4535598 or 13814458. OLE color: 13814458.

HSL color Cylindrical-coordinate representation of color #BACAD2: hue angle of 200º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACAD2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186202210-
CMYK0.110.0400.18
HSL200º21.05%77.65%-
HSV(B)200º11.43%82.35%-
XYZ5357.3369.25-
YUV198.13134.7119.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.10%
GREEN value IS 202 (79.30% from 255) = 33.78%
BLUE value IS 210 (82.42% from 255) = 35.12%
R=31.10%
G=33.78%
B=35.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862022100.110.0400.1820021.0577.65
HexBACAD2B4012c8154e
Octal27231232213402231025116
Binary101110101100101011010010101110001001011001000101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACAD2; }

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

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

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

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

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

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

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

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