#ADB2F7

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

Shades of Perano #ADB2F7

Tints of Perano #ADB2F7

Color information

#ADB2F7 (or 0xADB2F7) is unknown color: approx Perano. HEX triplet: AD, B2 and F7. RGB value is (173,178,247). Sum of RGB (Red+Green+Blue) = 173+178+247=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 178 (69.92% from 255 or 29.77% from 598); Blue value is 247 (96.88% from 255 or 41.30% from 598); Max value from RGB is 247 - color contains mainly: blue. Hex color #ADB2F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F7 is #524D08. Grayscale: #B8B8B8. Windows color (decimal): -5393673 or 16233133. OLE color: 16233133.

HSL color Cylindrical-coordinate representation of color #ADB2F7: hue angle of 235.95º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADB2F7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB173178247-
CMYK0.300.2800.03
HSL235.95º82.22%82.35%-
HSV(B)235.95º29.96%96.86%-
XYZ49.9447.4494.52-
YUV184.37163.34119.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 178 (69.92% from 255) = 29.77%
BLUE value IS 247 (96.88% from 255) = 41.30%
R=28.93%
G=29.77%
B=41.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1731782470.300.2800.03235.9582.2282.35
HexADB2F71E1C03ec5252
Octal255262367363403354122122
Binary10101101101100101111011111110111000111110110010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2F7; }

 p { color: rgb(173,178,247); }

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

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

 a { background-color: rgb(173,178,247); }

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

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

 span { border-color: rgb(173,178,247); }

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