Html Css Color HEX #AFB3B2 Periglacial Blue

📋 copy color: '#AFB3B2'

red 175 ◦ green 179 ◦ blue 178

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

Shades of Periglacial Blue #AFB3B2

Tints of Periglacial Blue #AFB3B2

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.65%

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

R = 32.89%
G = 33.65%
B = 33.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.01

 K value IS 0.30

RGB Variations

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

Color information

#AFB3B2 (or 0xAFB3B2) is known color: Periglacial Blue. HEX triplet: AF, B3 and B2. RGB value is (175,179,178). Sum of RGB (Red+Green+Blue) = 175+179+178=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 179 (70.31% from 255 or 33.65% from 532); Blue value is 178 (69.92% from 255 or 33.46% from 532); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB3B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB3B2 is #504C4D. Grayscale: #B1B1B1. Windows color (decimal): -5262414 or 11711407. OLE color: 11711407.

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

Color convert

RGB 175 179 178 -
CMYK 0.02 0 0.01 0.30
HSL 165º 0.03% 0.69% -
HSV(B) 165º 0.02% 0.7% -
XYZ 41.84 44.57 48.52 -
YUV 177.69 128.17 126.08 -
System Red Green Blue C M Y K H S L
Decimal 175 179 178 0.02 0 0.01 0.30 165 0.03 0.69
Hex AF B3 B2 2 0 1 1E A5 3 45
Octal 257 263 262 2 0 1 36 245 3 105
Binary 10101111 10110011 10110010 10 0 1 11110 10100101 11 1000101

Color Harmonies of #AFB3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB3B2

Black with #AFB3B2

Text Example


Text Example

White with #AFB3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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