#ADBFF0

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

Shades of Perano #ADBFF0

Tints of Perano #ADBFF0

Color information

#ADBFF0 (or 0xADBFF0) is unknown color: approx Perano. HEX triplet: AD, BF and F0. RGB value is (173,191,240). Sum of RGB (Red+Green+Blue) = 173+191+240=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 240 (94.14% from 255 or 39.74% from 604); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADBFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFF0 is #52400F. Grayscale: #BEBEBE. Windows color (decimal): -5390352 or 15777709. OLE color: 15777709.

HSL color Cylindrical-coordinate representation of color #ADBFF0: hue angle of 223.88º 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 #ADBFF0 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB173191240-
CMYK0.280.2000.06
HSL223.88º69.07%80.98%-
HSV(B)223.88º27.92%94.12%-
XYZ51.5952.4489.84-
YUV191.2155.54115.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 240 (94.14% from 255) = 39.74%
R=28.64%
G=31.62%
B=39.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731912400.280.2000.06223.8869.0780.98
HexADBFF01C1406e04551
Octal255277360342406340105121
Binary101011011011111111110000111001010001101110000010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFF0; }

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

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

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

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

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

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

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

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