#ADBAFF

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

Shades of Perano #ADBAFF

Tints of Perano #ADBAFF

Color information

#ADBAFF (or 0xADBAFF) is unknown color: approx Perano. HEX triplet: AD, BA and FF. RGB value is (173,186,255). Sum of RGB (Red+Green+Blue) = 173+186+255=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 186 (73.05% from 255 or 30.29% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAFF is #524500. Grayscale: #BDBDBD. Windows color (decimal): -5391617 or 16759469. OLE color: 16759469.

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

Color convert

RGB173186255-
CMYK0.320.2700
HSL230.49º100%83.92%-
HSV(B)230.49º32.16%100%-
XYZ52.8451.22101.71-
YUV189.98164.69115.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 186 (73.05% from 255) = 30.29%
BLUE value IS 255 (100% from 255) = 41.53%
R=28.18%
G=30.29%
B=41.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1731862550.320.2700230.4910083.92
HexADBAFF201B00e66454
Octal255272377403300346144124
Binary10101101101110101111111110000011011001110011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAFF; }

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

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

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

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

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

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

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

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