#adb2f2

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

Shades of Perano #ADB2F2

Tints of Perano #ADB2F2

Color information

#ADB2F2 (or 0xADB2F2) is unknown color: approx Perano. HEX triplet: AD, B2 and F2. RGB value is (173,178,242). Sum of RGB (Red+Green+Blue) = 173+178+242=593 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.17% from 593); Green value is 178 (69.92% from 255 or 30.02% from 593); Blue value is 242 (94.92% from 255 or 40.81% from 593); Max value from RGB is 242 - color contains mainly: blue. Hex color #ADB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F2 is #524D0D. Grayscale: #B7B7B7. Windows color (decimal): -5393678 or 15905453. OLE color: 15905453.

HSL color Cylindrical-coordinate representation of color #ADB2F2: hue angle of 235.65º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADB2F2 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB173178242-
CMYK0.290.2600.05
HSL235.65º72.63%81.37%-
HSV(B)235.65º28.51%94.9%-
XYZ49.1847.1490.51-
YUV183.8160.84120.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.17%
GREEN value IS 178 (69.92% from 255) = 30.02%
BLUE value IS 242 (94.92% from 255) = 40.81%
R=29.17%
G=30.02%
B=40.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731782420.290.2600.05235.6572.6381.37
HexADB2F21D1A05ec4951
Octal255262362353205354111121
Binary101011011011001011110010111011101001011110110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #adb2f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #adb2f2; }

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

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

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

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

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

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

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

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