#BACBD7

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

Shades of Spindle #BACBD7

Tints of Spindle #BACBD7

Color information

#BACBD7 (or 0xBACBD7) is unknown color: approx Spindle. HEX triplet: BA, CB and D7. RGB value is (186,203,215). Sum of RGB (Red+Green+Blue) = 186+203+215=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 215 (84.38% from 255 or 35.60% from 604); Max value from RGB is 215 - color contains mainly: blue. Hex color #BACBD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD7 is #453428. Grayscale: #C7C7C7. Windows color (decimal): -4535337 or 14142394. OLE color: 14142394.

HSL color Cylindrical-coordinate representation of color #BACBD7: hue angle of 204.83º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACBD7 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186203215-
CMYK0.130.0600.16
HSL204.83º26.61%78.63%-
HSV(B)204.83º13.49%84.31%-
XYZ53.8758.0672.66-
YUV199.28136.87118.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 215 (84.38% from 255) = 35.60%
R=30.79%
G=33.61%
B=35.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862032150.130.0600.16204.8326.6178.63
HexBACBD7D6010cd1b4f
Octal27231332715602031533117
Binary101110101100101111010111110111001000011001101110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBD7; }

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

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

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

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

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

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

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

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