#BACBD9

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

Shades of Spindle #BACBD9

Tints of Spindle #BACBD9

Color information

#BACBD9 (or 0xBACBD9) is unknown color: approx Spindle. HEX triplet: BA, CB and D9. RGB value is (186,203,217). Sum of RGB (Red+Green+Blue) = 186+203+217=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 217 (85.16% from 255 or 35.81% from 606); Max value from RGB is 217 - color contains mainly: blue. Hex color #BACBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACBD9 is #453426. Grayscale: #C7C7C7. Windows color (decimal): -4535335 or 14273466. OLE color: 14273466.

HSL color Cylindrical-coordinate representation of color #BACBD9: hue angle of 207.1º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BACBD9 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186203217-
CMYK0.140.0600.15
HSL207.1º28.97%79.02%-
HSV(B)207.1º14.29%85.1%-
XYZ54.1358.1674.02-
YUV199.51137.87118.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 217 (85.16% from 255) = 35.81%
R=30.69%
G=33.50%
B=35.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1862032170.140.0600.15207.128.9779.02
HexBACBD9E60Fcf1d4f
Octal27231333116601731735117
Binary10111010110010111101100111101100111111001111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACBD9; }

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

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

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

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

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

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

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

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