#ADB9FC

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

Shades of Perano #ADB9FC

Tints of Perano #ADB9FC

Color information

#ADB9FC (or 0xADB9FC) is unknown color: approx Perano. HEX triplet: AD, B9 and FC. RGB value is (173,185,252). Sum of RGB (Red+Green+Blue) = 173+185+252=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 185 (72.66% from 255 or 30.33% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB9FC is #524603. Grayscale: #BCBCBC. Windows color (decimal): -5391876 or 16562605. OLE color: 16562605.

HSL color Cylindrical-coordinate representation of color #ADB9FC: hue angle of 230.89º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADB9FC is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173185252-
CMYK0.310.2700.01
HSL230.89º92.94%83.33%-
HSV(B)230.89º31.35%98.82%-
XYZ52.1550.6199.12-
YUV189.05163.52116.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.36%
GREEN value IS 185 (72.66% from 255) = 30.33%
BLUE value IS 252 (98.83% from 255) = 41.31%
R=28.36%
G=30.33%
B=41.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731852520.310.2700.01230.8992.9483.33
HexADB9FC1F1B01e75d53
Octal255271374373301347135123
Binary1010110110111001111111001111111011011110011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9FC; }

 p { color: rgb(173,185,252); }

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

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

 a { background-color: rgb(173,185,252); }

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

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

 span { border-color: rgb(173,185,252); }

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