#B0BBB7

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

Shades of Periglacial Blue #B0BBB7

Tints of Periglacial Blue #B0BBB7

Color information

#B0BBB7 (or 0xB0BBB7) is unknown color: approx Periglacial Blue. HEX triplet: B0, BB and B7. RGB value is (176,187,183). Sum of RGB (Red+Green+Blue) = 176+187+183=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 187 (73.44% from 255 or 34.25% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 187 - color contains mainly: green. Hex color #B0BBB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBB7 is #4F4448. Grayscale: #B7B7B7. Windows color (decimal): -5194825 or 12041136. OLE color: 12041136.

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

Color convert

RGB176187183-
CMYK0.0600.020.27
HSL158.18º7.48%71.18%-
HSV(B)158.18º5.88%73.33%-
XYZ44.2248.1951.77-
YUV183.25127.86122.83-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.23%
GREEN value IS 187 (73.44% from 255) = 34.25%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=32.23%
G=34.25%
B=33.52%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761871830.0600.020.27158.187.4871.18
HexB0BBB76021B9e747
Octal260273267602332367107
Binary10110000101110111011011111001011011100111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0BBB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0BBB7; }

 p { color: rgb(176,187,183); }

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

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

 a { background-color: rgb(176,187,183); }

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

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

 span { border-color: rgb(176,187,183); }

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