Html Css Color HEX #ABB8B2 Periglacial Blue

📋 copy color: '#ABB8B2'

red 171 ◦ green 184 ◦ blue 178

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

Shades of Periglacial Blue #ABB8B2

Tints of Periglacial Blue #ABB8B2

RGB

 RED value IS 171 (67.19% from 255) = 32.08%

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

 BLUE value IS 178 (69.92% from 255) = 33.4%

R = 32.08%
G = 34.52%
B = 33.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#ABB8B2 (or 0xABB8B2) is known color: Periglacial Blue. HEX triplet: AB, B8 and B2. RGB value is (171,184,178). Sum of RGB (Red+Green+Blue) = 171+184+178=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 184 (72.27% from 255 or 34.52% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB8B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABB8B2 is #54474D. Grayscale: #B3B3B3. Windows color (decimal): -5523278 or 11712683. OLE color: 11712683.

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

Color convert

RGB 171 184 178 -
CMYK 0.07 0 0.03 0.28
HSL 152.31º 0.08% 0.7% -
HSV(B) 152.31º 0.07% 0.72% -
XYZ 41.97 46.15 48.82 -
YUV 179.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 171 184 178 0.07 0 0.03 0.28 152.31 0.08 0.7
Hex AB B8 B2 7 0 3 1C 98 8 46
Octal 253 270 262 7 0 3 34 230 10 106
Binary 10101011 10111000 10110010 111 0 11 11100 10011000 1000 1000110

Color Harmonies of #ABB8B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB8B2

Black with #ABB8B2

Text Example


Text Example

White with #ABB8B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB8B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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