#ADB0FE

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

Shades of Perano #ADB0FE

Tints of Perano #ADB0FE

Color information

#ADB0FE (or 0xADB0FE) is unknown color: approx Perano. HEX triplet: AD, B0 and FE. RGB value is (173,176,254). Sum of RGB (Red+Green+Blue) = 173+176+254=603 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.69% from 603); Green value is 176 (69.14% from 255 or 29.19% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADB0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0FE is #524F01. Grayscale: #B7B7B7. Windows color (decimal): -5394178 or 16691373. OLE color: 16691373.

HSL color Cylindrical-coordinate representation of color #ADB0FE: hue angle of 237.78º 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 #ADB0FE is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173176254-
CMYK0.320.3100.00
HSL237.78º97.59%83.73%-
HSV(B)237.78º31.89%99.61%-
XYZ50.6547.09100.19-
YUV183.99167.51120.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.69%
GREEN value IS 176 (69.14% from 255) = 29.19%
BLUE value IS 254 (99.61% from 255) = 42.12%
R=28.69%
G=29.19%
B=42.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731762540.320.3100.00237.7897.5983.73
HexADB0FE201F00ee6254
Octal255260376403700356142124
Binary10101101101100001111111010000011111001110111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0FE; }

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

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

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

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

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

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

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

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