#adb7e0

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

Shades of Perano #ADB7E0

Tints of Perano #ADB7E0

Color information

#ADB7E0 (or 0xADB7E0) is unknown color: approx Perano. HEX triplet: AD, B7 and E0. RGB value is (173,183,224). Sum of RGB (Red+Green+Blue) = 173+183+224=580 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.83% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 224 (87.89% from 255 or 38.62% from 580); Max value from RGB is 224 - color contains mainly: blue. Hex color #ADB7E0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB7E0 is #52481F. Grayscale: #B8B8B8. Windows color (decimal): -5392416 or 14727085. OLE color: 14727085.

HSL color Cylindrical-coordinate representation of color #ADB7E0: hue angle of 228.24º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB7E0 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB173183224-
CMYK0.230.1800.12
HSL228.24º45.13%77.84%-
HSV(B)228.24º22.77%87.84%-
XYZ47.6248.1377.3-
YUV184.68150.19119.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.83%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 224 (87.89% from 255) = 38.62%
R=29.83%
G=31.55%
B=38.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1731832240.230.1800.12228.2445.1377.84
HexADB7E017120Ce42d4e
Octal255267340272201434455116
Binary101011011011011111100000101111001001100111001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adb7e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adb7e0; }

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

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

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

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

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

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

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

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