Html Css Color HEX #B0B4B3 Periglacial Blue

📋 copy color: '#B0B4B3'

red 176 ◦ green 180 ◦ blue 179

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

Shades of Periglacial Blue #B0B4B3

Tints of Periglacial Blue #B0B4B3

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.64%

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

R = 32.9%
G = 33.64%
B = 33.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#B0B4B3 (or 0xB0B4B3) is known color: Periglacial Blue. HEX triplet: B0, B4 and B3. RGB value is (176,180,179). Sum of RGB (Red+Green+Blue) = 176+180+179=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 179 (70.31% from 255 or 33.46% from 535); Max value from RGB is 180 - color contains mainly: green. Hex color #B0B4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B4B3 is #4F4B4C. Grayscale: #B2B2B2. Windows color (decimal): -5196621 or 11777200. OLE color: 11777200.

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

Color convert

RGB 176 180 179 -
CMYK 0.02 0 0.01 0.29
HSL 165º 0.03% 0.7% -
HSV(B) 165º 0.02% 0.71% -
XYZ 42.36 45.13 49.13 -
YUV 178.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 176 180 179 0.02 0 0.01 0.29 165 0.03 0.7
Hex B0 B4 B3 2 0 1 1D A5 3 46
Octal 260 264 263 2 0 1 35 245 3 106
Binary 10110000 10110100 10110011 10 0 1 11101 10100101 11 1000110

Color Harmonies of #B0B4B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B4B3

Black with #B0B4B3

Text Example


Text Example

White with #B0B4B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B4B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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