Html Css Color HEX #B0B5B3 Periglacial Blue

📋 copy color: '#B0B5B3'

red 176 ◦ green 181 ◦ blue 179

#B0B5B3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Periglacial Blue #B0B5B3

Tints of Periglacial Blue #B0B5B3

RGB

 RED value IS 176 (69.14% from 255) = 32.84%

 GREEN value IS 181 (71.09% from 255) = 33.77%

 BLUE value IS 179 (70.31% from 255) = 33.4%

R = 32.84%
G = 33.77%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B0B5B3 (or 0xB0B5B3) is known color: Periglacial Blue. HEX triplet: B0, B5 and B3. RGB value is (176,181,179). Sum of RGB (Red+Green+Blue) = 176+181+179=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 181 (71.09% from 255 or 33.77% from 536); Blue value is 179 (70.31% from 255 or 33.40% from 536); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B5B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5B3 is #4F4A4C. Grayscale: #B3B3B3. Windows color (decimal): -5196365 or 11777456. OLE color: 11777456.

HSL color Cylindrical-coordinate representation of color #B0B5B3: hue angle of 156º degrees, saturation: 0.03, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B0B5B3 is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 179 -
CMYK 0.03 0 0.01 0.29
HSL 156º 0.03% 0.7% -
HSV(B) 156º 0.03% 0.71% -
XYZ 42.57 45.53 49.19 -
YUV 179.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 176 181 179 0.03 0 0.01 0.29 156 0.03 0.7
Hex B0 B5 B3 3 0 1 1D 9C 3 46
Octal 260 265 263 3 0 1 35 234 3 106
Binary 10110000 10110101 10110011 11 0 1 11101 10011100 11 1000110

Color Harmonies of #B0B5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B5B3

Black with #B0B5B3

Text Example


Text Example

White with #B0B5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B5B3; }

 p { color: rgb(176,181,179); }

 H1.HeaderClassName
 {
   color: #B0B5B3;
 }
 .AnyTagClassName
 {
   color: #B0B5B3;
 }
</style>

background-color css

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

 a { background-color: rgb(176,181,179); }

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

border-color css

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

 span { border-color: rgb(176,181,179); }

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