#B2BAC6

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

Shades of Spindle #B2BAC6

Tints of Spindle #B2BAC6

Color information

#B2BAC6 (or 0xB2BAC6) is unknown color: approx Spindle. HEX triplet: B2, BA and C6. RGB value is (178,186,198). Sum of RGB (Red+Green+Blue) = 178+186+198=562 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.67% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 198 (77.73% from 255 or 35.23% from 562); Max value from RGB is 198 - color contains mainly: blue. Hex color #B2BAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAC6 is #4D4539. Grayscale: #B8B8B8. Windows color (decimal): -5063994 or 13023922. OLE color: 13023922.

HSL color Cylindrical-coordinate representation of color #B2BAC6: hue angle of 216º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2BAC6 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB178186198-
CMYK0.100.0600.22
HSL216º14.93%73.73%-
HSV(B)216º10.1%77.65%-
XYZ46.1148.6660.39-
YUV184.98135.35123.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.67%
GREEN value IS 186 (73.05% from 255) = 33.10%
BLUE value IS 198 (77.73% from 255) = 35.23%
R=31.67%
G=33.10%
B=35.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1781861980.100.0600.2221614.9373.73
HexB2BAC6A6016d8f4a
Octal26227230612602633017112
Binary10110010101110101100011010101100101101101100011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAC6; }

 p { color: rgb(178,186,198); }

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

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

 a { background-color: rgb(178,186,198); }

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

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

 span { border-color: rgb(178,186,198); }

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