#ADBEB7

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

Shades of Periglacial Blue #ADBEB7

Tints of Periglacial Blue #ADBEB7

Color information

#ADBEB7 (or 0xADBEB7) is unknown color: approx Periglacial Blue. HEX triplet: AD, BE and B7. RGB value is (173,190,183). Sum of RGB (Red+Green+Blue) = 173+190+183=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 183 (71.88% from 255 or 33.52% from 546); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEB7 is #524148. Grayscale: #B8B8B8. Windows color (decimal): -5390665 or 12041901. OLE color: 12041901.

HSL color Cylindrical-coordinate representation of color #ADBEB7: hue angle of 155.29º 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 #ADBEB7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB173190183-
CMYK0.0900.040.25
HSL155.29º11.56%71.18%-
HSV(B)155.29º8.95%74.51%-
XYZ44.1949.1351.95-
YUV184.12127.37120.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 190 (74.61% from 255) = 34.80%
BLUE value IS 183 (71.88% from 255) = 33.52%
R=31.68%
G=34.80%
B=33.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731901830.0900.040.25155.2911.5671.18
HexADBEB7904199bc47
Octal25527626711043123314107
Binary10101101101111101011011110010100110011001101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEB7; }

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

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

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

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

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

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

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

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