#B2BAB7

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

Shades of Periglacial Blue #B2BAB7

Tints of Periglacial Blue #B2BAB7

Color information

#B2BAB7 (or 0xB2BAB7) is unknown color: approx Periglacial Blue. HEX triplet: B2, BA and B7. RGB value is (178,186,183). Sum of RGB (Red+Green+Blue) = 178+186+183=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 186 (73.05% from 255 or 34.00% from 547); Blue value is 183 (71.88% from 255 or 33.46% from 547); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BAB7 is #4D4548. Grayscale: #B7B7B7. Windows color (decimal): -5064009 or 12040882. OLE color: 12040882.

HSL color Cylindrical-coordinate representation of color #B2BAB7: hue angle of 157.5º degrees, saturation: 0.05, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2BAB7 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB178186183-
CMYK0.0400.020.27
HSL157.5º5.48%71.37%-
HSV(B)157.5º4.3%72.94%-
XYZ44.474851.72-
YUV183.27127.85124.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.54%
GREEN value IS 186 (73.05% from 255) = 34.00%
BLUE value IS 183 (71.88% from 255) = 33.46%
R=32.54%
G=34.00%
B=33.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1781861830.0400.020.27157.55.4871.37
HexB2BAB74021B9d547
Octal262272267402332355107
Binary10110010101110101011011110001011011100111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BAB7; }

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

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

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

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

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

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

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

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