#ADB0F0

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

Shades of Perano #ADB0F0

Tints of Perano #ADB0F0

Color information

#ADB0F0 (or 0xADB0F0) is unknown color: approx Perano. HEX triplet: AD, B0 and F0. RGB value is (173,176,240). Sum of RGB (Red+Green+Blue) = 173+176+240=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 240 (94.14% from 255 or 40.75% from 589); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADB0F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0F0 is #524F0F. Grayscale: #B6B6B6. Windows color (decimal): -5394192 or 15773869. OLE color: 15773869.

HSL color Cylindrical-coordinate representation of color #ADB0F0: hue angle of 237.31º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADB0F0 is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173176240-
CMYK0.280.2700.06
HSL237.31º69.07%80.98%-
HSV(B)237.31º27.92%94.12%-
XYZ48.4946.2388.81-
YUV182.4160.51121.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 240 (94.14% from 255) = 40.75%
R=29.37%
G=29.88%
B=40.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731762400.280.2700.06237.3169.0780.98
HexADB0F01C1B06ed4551
Octal255260360343306355105121
Binary101011011011000011110000111001101101101110110110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0F0; }

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

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

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

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

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

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

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

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