Html Css Color HEX #AFBDB8 Periglacial Blue

📋 copy color: '#AFBDB8'

red 175 ◦ green 189 ◦ blue 184

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

Shades of Periglacial Blue #AFBDB8

Tints of Periglacial Blue #AFBDB8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.49%

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

R = 31.93%
G = 34.49%
B = 33.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#AFBDB8 (or 0xAFBDB8) is known color: Periglacial Blue. HEX triplet: AF, BD and B8. RGB value is (175,189,184). Sum of RGB (Red+Green+Blue) = 175+189+184=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 184 (72.27% from 255 or 33.58% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDB8 is #504247. Grayscale: #B8B8B8. Windows color (decimal): -5259848 or 12107183. OLE color: 12107183.

HSL color Cylindrical-coordinate representation of color #AFBDB8: hue angle of 158.57º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFBDB8 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 184 -
CMYK 0.07 0 0.03 0.26
HSL 158.57º 0.1% 0.71% -
HSV(B) 158.57º 0.07% 0.74% -
XYZ 44.53 48.97 52.45 -
YUV 184.24 127.86 121.41 -
System Red Green Blue C M Y K H S L
Decimal 175 189 184 0.07 0 0.03 0.26 158.57 0.1 0.71
Hex AF BD B8 7 0 3 1A 9F A 47
Octal 257 275 270 7 0 3 32 237 12 107
Binary 10101111 10111101 10111000 111 0 11 11010 10011111 1010 1000111

Color Harmonies of #AFBDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDB8

Black with #AFBDB8

Text Example


Text Example

White with #AFBDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDB8; }

 p { color: rgb(175,189,184); }

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

background-color css

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

 a { background-color: rgb(175,189,184); }

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

border-color css

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

 span { border-color: rgb(175,189,184); }

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