#ADBAFE

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

Shades of Perano #ADBAFE

Tints of Perano #ADBAFE

Color information

#ADBAFE (or 0xADBAFE) is unknown color: approx Perano. HEX triplet: AD, BA and FE. RGB value is (173,186,254). Sum of RGB (Red+Green+Blue) = 173+186+254=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFE is #524501. Grayscale: #BDBDBD. Windows color (decimal): -5391618 or 16693933. OLE color: 16693933.

HSL color Cylindrical-coordinate representation of color #ADBAFE: hue angle of 230.37º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADBAFE is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173186254-
CMYK0.320.2700.00
HSL230.37º97.59%83.73%-
HSV(B)230.37º31.89%99.61%-
XYZ52.6851.16100.86-
YUV189.86164.19115.97-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 186 (73.05% from 255) = 30.34%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=28.22%
G=30.34%
B=41.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731862540.320.2700.00230.3797.5983.73
HexADBAFE201B00e66254
Octal255272376403300346142124
Binary10101101101110101111111010000011011001110011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAFE; }

 p { color: rgb(173,186,254); }

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

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

 a { background-color: rgb(173,186,254); }

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

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

 span { border-color: rgb(173,186,254); }

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