#adb3e9

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

Shades of Perano #ADB3E9

Tints of Perano #ADB3E9

Color information

#ADB3E9 (or 0xADB3E9) is unknown color: approx Perano. HEX triplet: AD, B3 and E9. RGB value is (173,179,233). Sum of RGB (Red+Green+Blue) = 173+179+233=585 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.57% from 585); Green value is 179 (70.31% from 255 or 30.60% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADB3E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB3E9 is #524C16. Grayscale: #B7B7B7. Windows color (decimal): -5393431 or 15315885. OLE color: 15315885.

HSL color Cylindrical-coordinate representation of color #ADB3E9: hue angle of 234º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB3E9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173179233-
CMYK0.260.2300.09
HSL234º57.69%79.61%-
HSV(B)234º25.75%91.37%-
XYZ48.0647.0183.63-
YUV183.36156.01120.61-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.57%
GREEN value IS 179 (70.31% from 255) = 30.60%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=29.57%
G=30.60%
B=39.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731792330.260.2300.0923457.6979.61
HexADB3E91A1709ea3a50
Octal255263351322701135272120
Binary101011011011001111101001110101011101001111010101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adb3e9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adb3e9; }

 p { color: rgb(173,179,233); }

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

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

 a { background-color: rgb(173,179,233); }

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

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

 span { border-color: rgb(173,179,233); }

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