#ADBCF0

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

Shades of Perano #ADBCF0

Tints of Perano #ADBCF0

Color information

#ADBCF0 (or 0xADBCF0) is unknown color: approx Perano. HEX triplet: AD, BC and F0. RGB value is (173,188,240). Sum of RGB (Red+Green+Blue) = 173+188+240=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 240 (94.14% from 255 or 39.93% from 601); Max value from RGB is 240 - color contains mainly: blue. Hex color #ADBCF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBCF0 is #52430F. Grayscale: #BDBDBD. Windows color (decimal): -5391120 or 15776941. OLE color: 15776941.

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

Color convert

RGB173188240-
CMYK0.280.2200.06
HSL226.57º69.07%80.98%-
HSV(B)226.57º27.92%94.12%-
XYZ50.9451.1489.62-
YUV189.44156.53116.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 188 (73.83% from 255) = 31.28%
BLUE value IS 240 (94.14% from 255) = 39.93%
R=28.79%
G=31.28%
B=39.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1731882400.280.2200.06226.5769.0780.98
HexADBCF01C1606e34551
Octal255274360342606343105121
Binary101011011011110011110000111001011001101110001110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBCF0; }

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

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

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

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

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

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

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

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