Html Css Color HEX #B5B8B7 Periglacial Blue

📋 copy color: '#B5B8B7'

red 181 ◦ green 184 ◦ blue 183

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

Shades of Periglacial Blue #B5B8B7

Tints of Periglacial Blue #B5B8B7

RGB

 RED value IS 181 (71.09% from 255) = 33.03%

 GREEN value IS 184 (72.27% from 255) = 33.58%

 BLUE value IS 183 (71.88% from 255) = 33.39%

R = 33.03%
G = 33.58%
B = 33.39%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B5B8B7 (or 0xB5B8B7) is known color: Periglacial Blue. HEX triplet: B5, B8 and B7. RGB value is (181,184,183). Sum of RGB (Red+Green+Blue) = 181+184+183=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 184 (72.27% from 255 or 33.58% from 548); Blue value is 183 (71.88% from 255 or 33.39% from 548); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5B8B7 is #4A4748. Grayscale: #B6B6B6. Windows color (decimal): -4867913 or 12040373. OLE color: 12040373.

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

Color convert

RGB 181 184 183 -
CMYK 0.02 0 0.01 0.28
HSL 160º 0.02% 0.72% -
HSV(B) 160º 0.02% 0.72% -
XYZ 44.74 47.52 51.61 -
YUV 182.99 128.01 126.58 -
System Red Green Blue C M Y K H S L
Decimal 181 184 183 0.02 0 0.01 0.28 160 0.02 0.72
Hex B5 B8 B7 2 0 1 1C A0 2 48
Octal 265 270 267 2 0 1 34 240 2 110
Binary 10110101 10111000 10110111 10 0 1 11100 10100000 10 1001000

Color Harmonies of #B5B8B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B8B7

Black with #B5B8B7

Text Example


Text Example

White with #B5B8B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B8B7; }

 p { color: rgb(181,184,183); }

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

background-color css

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

 a { background-color: rgb(181,184,183); }

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

border-color css

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

 span { border-color: rgb(181,184,183); }

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