Html Css Color HEX #AFB4B2 Periglacial Blue

📋 copy color: '#AFB4B2'

red 175 ◦ green 180 ◦ blue 178

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

Shades of Periglacial Blue #AFB4B2

Tints of Periglacial Blue #AFB4B2

RGB

 RED value IS 175 (68.75% from 255) = 32.83%

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

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

R = 32.83%
G = 33.77%
B = 33.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.29

RGB Variations

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

Color information

#AFB4B2 (or 0xAFB4B2) is known color: Periglacial Blue. HEX triplet: AF, B4 and B2. RGB value is (175,180,178). Sum of RGB (Red+Green+Blue) = 175+180+178=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4B2 is #504B4D. Grayscale: #B2B2B2. Windows color (decimal): -5262158 or 11711663. OLE color: 11711663.

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

Color convert

RGB 175 180 178 -
CMYK 0.03 0 0.01 0.29
HSL 156º 0.03% 0.7% -
HSV(B) 156º 0.03% 0.71% -
XYZ 42.04 44.97 48.58 -
YUV 178.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 175 180 178 0.03 0 0.01 0.29 156 0.03 0.7
Hex AF B4 B2 3 0 1 1D 9C 3 46
Octal 257 264 262 3 0 1 35 234 3 106
Binary 10101111 10110100 10110010 11 0 1 11101 10011100 11 1000110

Color Harmonies of #AFB4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4B2

Black with #AFB4B2

Text Example


Text Example

White with #AFB4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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