#ADB4FC

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

Shades of Perano #ADB4FC

Tints of Perano #ADB4FC

Color information

#ADB4FC (or 0xADB4FC) is unknown color: approx Perano. HEX triplet: AD, B4 and FC. RGB value is (173,180,252). Sum of RGB (Red+Green+Blue) = 173+180+252=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 180 (70.70% from 255 or 29.75% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4FC is #524B03. Grayscale: #B9B9B9. Windows color (decimal): -5393156 or 16561325. OLE color: 16561325.

HSL color Cylindrical-coordinate representation of color #ADB4FC: hue angle of 234.68º 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 #ADB4FC is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB173180252-
CMYK0.310.2900.01
HSL234.68º92.94%83.33%-
HSV(B)234.68º31.35%98.82%-
XYZ51.1348.5698.77-
YUV186.12165.18118.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 180 (70.70% from 255) = 29.75%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=28.60%
G=29.75%
B=41.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731802520.310.2900.01234.6892.9483.33
HexADB4FC1F1D01eb5d53
Octal255264374373501353135123
Binary1010110110110100111111001111111101011110101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4FC; }

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

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

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

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

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

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

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

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