#B0BAC9

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

Shades of Spindle #B0BAC9

Tints of Spindle #B0BAC9

Color information

#B0BAC9 (or 0xB0BAC9) is unknown color: approx Spindle. HEX triplet: B0, BA and C9. RGB value is (176,186,201). Sum of RGB (Red+Green+Blue) = 176+186+201=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 201 (78.91% from 255 or 35.70% from 563); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0BAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAC9 is #4F4536. Grayscale: #B8B8B8. Windows color (decimal): -5195063 or 13220528. OLE color: 13220528.

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

Color convert

RGB176186201-
CMYK0.120.0700.21
HSL216º18.8%73.92%-
HSV(B)216º12.44%78.82%-
XYZ46.0148.5662.21-
YUV184.72137.19121.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.26%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 201 (78.91% from 255) = 35.70%
R=31.26%
G=33.04%
B=35.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761862010.120.0700.2121618.873.92
HexB0BAC9C7015d8134a
Octal26027231114702533023112
Binary101100001011101011001001110011101010111011000100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BAC9; }

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

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

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

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

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

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

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

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