#ADB0E2

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

Shades of Perano #ADB0E2

Tints of Perano #ADB0E2

Color information

#ADB0E2 (or 0xADB0E2) is unknown color: approx Perano. HEX triplet: AD, B0 and E2. RGB value is (173,176,226). Sum of RGB (Red+Green+Blue) = 173+176+226=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADB0E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADB0E2 is #524F1D. Grayscale: #B4B4B4. Windows color (decimal): -5394206 or 14856365. OLE color: 14856365.

HSL color Cylindrical-coordinate representation of color #ADB0E2: hue angle of 236.6º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADB0E2 is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173176226-
CMYK0.230.2200.11
HSL236.6º47.75%78.24%-
HSV(B)236.6º23.45%88.63%-
XYZ46.4945.4378.27-
YUV180.8153.51122.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 176 (69.14% from 255) = 30.61%
BLUE value IS 226 (88.67% from 255) = 39.30%
R=30.09%
G=30.61%
B=39.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731762260.230.2200.11236.647.7578.24
HexADB0E217160Bed304e
Octal255260342272601335560116
Binary101011011011000011100010101111011001011111011011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0E2; }

 p { color: rgb(173,176,226); }

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

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

 a { background-color: rgb(173,176,226); }

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

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

 span { border-color: rgb(173,176,226); }

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