#BACBD4

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

Shades of Spindle #BACBD4

Tints of Spindle #BACBD4

Color information

#BACBD4 (or 0xBACBD4) is unknown color: approx Spindle. HEX triplet: BA, CB and D4. RGB value is (186,203,212). Sum of RGB (Red+Green+Blue) = 186+203+212=601 (79% of max value = 765). Red value is 186 (73.05% from 255 or 30.95% from 601); Green value is 203 (79.69% from 255 or 33.78% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD4 is #45342B. Grayscale: #C6C6C6. Windows color (decimal): -4535340 or 13945786. OLE color: 13945786.

HSL color Cylindrical-coordinate representation of color #BACBD4: hue angle of 200.77º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACBD4 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186203212-
CMYK0.120.0400.17
HSL200.77º23.21%78.04%-
HSV(B)200.77º12.26%83.14%-
XYZ53.4957.970.64-
YUV198.94135.37118.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.95%
GREEN value IS 203 (79.69% from 255) = 33.78%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=30.95%
G=33.78%
B=35.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862032120.120.0400.17200.7723.2178.04
HexBACBD4C4011c9174e
Octal27231332414402131127116
Binary101110101100101111010100110010001000111001001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBD4; }

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

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

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

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

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

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

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

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