#ADB1FC

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

Shades of Perano #ADB1FC

Tints of Perano #ADB1FC

Color information

#ADB1FC (or 0xADB1FC) is unknown color: approx Perano. HEX triplet: AD, B1 and FC. RGB value is (173,177,252). Sum of RGB (Red+Green+Blue) = 173+177+252=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 177 (69.53% from 255 or 29.40% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB1FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB1FC is #524E03. Grayscale: #B8B8B8. Windows color (decimal): -5393924 or 16560557. OLE color: 16560557.

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

Color convert

RGB173177252-
CMYK0.310.3000.01
HSL236.96º92.94%83.33%-
HSV(B)236.96º31.35%98.82%-
XYZ50.5347.3698.57-
YUV184.35166.17119.9-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 177 (69.53% from 255) = 29.40%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=28.74%
G=29.40%
B=41.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731772520.310.3000.01236.9692.9483.33
HexADB1FC1F1E01ed5d53
Octal255261374373601355135123
Binary1010110110110001111111001111111110011110110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB1FC; }

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

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

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

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

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

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

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

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