#ADB2F3

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

Shades of Perano #ADB2F3

Tints of Perano #ADB2F3

Color information

#ADB2F3 (or 0xADB2F3) is unknown color: approx Perano. HEX triplet: AD, B2 and F3. RGB value is (173,178,243). Sum of RGB (Red+Green+Blue) = 173+178+243=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 178 (69.92% from 255 or 29.97% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #ADB2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB2F3 is #524D0C. Grayscale: #B7B7B7. Windows color (decimal): -5393677 or 15970989. OLE color: 15970989.

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

Color convert

RGB173178243-
CMYK0.290.2700.05
HSL235.71º74.47%81.57%-
HSV(B)235.71º28.81%95.29%-
XYZ49.3347.291.3-
YUV183.92161.34120.21-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 178 (69.92% from 255) = 29.97%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=29.12%
G=29.97%
B=40.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1731782430.290.2700.05235.7174.4781.57
HexADB2F31D1B05ec4a52
Octal255262363353305354112122
Binary101011011011001011110011111011101101011110110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB2F3; }

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

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

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

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

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

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

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

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