#BACBD2

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

Shades of Spindle #BACBD2

Tints of Spindle #BACBD2

Color information

#BACBD2 (or 0xBACBD2) is unknown color: approx Spindle. HEX triplet: BA, CB and D2. RGB value is (186,203,210). Sum of RGB (Red+Green+Blue) = 186+203+210=599 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31.05% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 210 - color contains mainly: blue. Hex color #BACBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD2 is #45342D. Grayscale: #C6C6C6. Windows color (decimal): -4535342 or 13814714. OLE color: 13814714.

HSL color Cylindrical-coordinate representation of color #BACBD2: hue angle of 197.5º 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 #BACBD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186203210-
CMYK0.110.0300.18
HSL197.5º21.05%77.65%-
HSV(B)197.5º11.43%82.35%-
XYZ53.2457.869.32-
YUV198.71134.37118.93-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.05%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=31.05%
G=33.89%
B=35.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862032100.110.0300.18197.521.0577.65
HexBACBD2B3012c6154e
Octal27231332213302230625116
Binary10111010110010111101001010111101001011000110101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBD2; }

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

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

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

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

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

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

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

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