#ADBEB8

Color #ADBEB8 Periglacial Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Periglacial Blue #ADBEB8

Tints of Periglacial Blue #ADBEB8

Color information

#ADBEB8 (or 0xADBEB8) is unknown color: approx Periglacial Blue. HEX triplet: AD, BE and B8. RGB value is (173,190,184). Sum of RGB (Red+Green+Blue) = 173+190+184=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 184 (72.27% from 255 or 33.64% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEB8 is #524147. Grayscale: #B8B8B8. Windows color (decimal): -5390664 or 12107437. OLE color: 12107437.

HSL color Cylindrical-coordinate representation of color #ADBEB8: hue angle of 158.82º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBEB8 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB173190184-
CMYK0.0900.030.25
HSL158.82º11.56%71.18%-
HSV(B)158.82º8.95%74.51%-
XYZ44.349.1752.5-
YUV184.23127.87119.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.63%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 184 (72.27% from 255) = 33.64%
R=31.63%
G=34.73%
B=33.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901840.0900.030.25158.8211.5671.18
HexADBEB8903199fc47
Octal25527627011033123714107
Binary1010110110111110101110001001011110011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB8; }

 p { color: rgb(173,190,184); }

 H1.HeaderClassName
 {
   color: #ADBEB8;
 }
 .AnyTagClassName
 {
   color: #ADBEB8;
 }
</style>
background-color css

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

 a { background-color: rgb(173,190,184); }

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

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

 span { border-color: rgb(173,190,184); }

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