Html Css Color HEX #B2B5B4 Periglacial Blue

📋 copy color: '#B2B5B4'

red 178 ◦ green 181 ◦ blue 180

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

Shades of Periglacial Blue #B2B5B4

Tints of Periglacial Blue #B2B5B4

RGB

 RED value IS 178 (69.92% from 255) = 33.02%

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

 BLUE value IS 180 (70.7% from 255) = 33.4%

R = 33.02%
G = 33.58%
B = 33.4%

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

#B2B5B4 (or 0xB2B5B4) is known color: Periglacial Blue. HEX triplet: B2, B5 and B4. RGB value is (178,181,180). Sum of RGB (Red+Green+Blue) = 178+181+180=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 180 (70.70% from 255 or 33.40% from 539); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B5B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2B5B4 is #4D4A4B. Grayscale: #B3B3B3. Windows color (decimal): -5065292 or 11842994. OLE color: 11842994.

HSL color Cylindrical-coordinate representation of color #B2B5B4: hue angle of 160º degrees, saturation: 0.02, 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 #B2B5B4 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 180 -
CMYK 0.02 0 0.01 0.29
HSL 160º 0.02% 0.7% -
HSV(B) 160º 0.02% 0.71% -
XYZ 43.12 45.81 49.75 -
YUV 179.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 178 181 180 0.02 0 0.01 0.29 160 0.02 0.7
Hex B2 B5 B4 2 0 1 1D A0 2 46
Octal 262 265 264 2 0 1 35 240 2 106
Binary 10110010 10110101 10110100 10 0 1 11101 10100000 10 1000110

Color Harmonies of #B2B5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B5B4

Black with #B2B5B4

Text Example


Text Example

White with #B2B5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B5B4; }

 p { color: rgb(178,181,180); }

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

background-color css

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

 a { background-color: rgb(178,181,180); }

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

border-color css

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

 span { border-color: rgb(178,181,180); }

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