#B0BAC7

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

Shades of Spindle #B0BAC7

Tints of Spindle #B0BAC7

Color information

#B0BAC7 (or 0xB0BAC7) is unknown color: approx Spindle. HEX triplet: B0, BA and C7. RGB value is (176,186,199). Sum of RGB (Red+Green+Blue) = 176+186+199=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 199 (78.12% from 255 or 35.47% from 561); Max value from RGB is 199 - color contains mainly: blue. Hex color #B0BAC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAC7 is #4F4538. Grayscale: #B8B8B8. Windows color (decimal): -5195065 or 13089456. OLE color: 13089456.

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

Color convert

RGB176186199-
CMYK0.120.0700.22
HSL213.91º17.04%73.53%-
HSV(B)213.91º11.56%78.04%-
XYZ45.7748.4760.98-
YUV184.49136.19121.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.37%
GREEN value IS 186 (73.05% from 255) = 33.16%
BLUE value IS 199 (78.12% from 255) = 35.47%
R=31.37%
G=33.16%
B=35.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1761861990.120.0700.22213.9117.0473.53
HexB0BAC7C7016d6114a
Octal26027230714702632621112
Binary101100001011101011000111110011101011011010110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAC7; }

 p { color: rgb(176,186,199); }

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

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

 a { background-color: rgb(176,186,199); }

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

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

 span { border-color: rgb(176,186,199); }

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