Html Css Color HEX #B2BBB8 Periglacial Blue

📋 copy color: '#B2BBB8'

red 178 ◦ green 187 ◦ blue 184

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

Shades of Periglacial Blue #B2BBB8

Tints of Periglacial Blue #B2BBB8

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.06%

 BLUE value IS 184 (72.27% from 255) = 33.52%

R = 32.42%
G = 34.06%
B = 33.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#B2BBB8 (or 0xB2BBB8) is known color: Periglacial Blue. HEX triplet: B2, BB and B8. RGB value is (178,187,184). Sum of RGB (Red+Green+Blue) = 178+187+184=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 187 (73.44% from 255 or 34.06% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BBB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBB8 is #4D4447. Grayscale: #B7B7B7. Windows color (decimal): -5063752 or 12106674. OLE color: 12106674.

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

Color convert

RGB 178 187 184 -
CMYK 0.05 0 0.02 0.27
HSL 160º 0.06% 0.72% -
HSV(B) 160º 0.05% 0.73% -
XYZ 44.78 48.47 52.34 -
YUV 183.97 128.02 123.74 -
System Red Green Blue C M Y K H S L
Decimal 178 187 184 0.05 0 0.02 0.27 160 0.06 0.72
Hex B2 BB B8 5 0 2 1B A0 6 48
Octal 262 273 270 5 0 2 33 240 6 110
Binary 10110010 10111011 10111000 101 0 10 11011 10100000 110 1001000

Color Harmonies of #B2BBB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BBB8

Black with #B2BBB8

Text Example


Text Example

White with #B2BBB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BBB8; }

 p { color: rgb(178,187,184); }

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

background-color css

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

 a { background-color: rgb(178,187,184); }

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

border-color css

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

 span { border-color: rgb(178,187,184); }

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