#ADB6FC

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

Shades of Perano #ADB6FC

Tints of Perano #ADB6FC

Color information

#ADB6FC (or 0xADB6FC) is unknown color: approx Perano. HEX triplet: AD, B6 and FC. RGB value is (173,182,252). Sum of RGB (Red+Green+Blue) = 173+182+252=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 182 (71.48% from 255 or 29.98% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADB6FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB6FC is #524903. Grayscale: #BBBBBB. Windows color (decimal): -5392644 or 16561837. OLE color: 16561837.

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

Color convert

RGB173182252-
CMYK0.310.2800.01
HSL233.16º92.94%83.33%-
HSV(B)233.16º31.35%98.82%-
XYZ51.5349.3798.91-
YUV187.29164.52117.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.50%
GREEN value IS 182 (71.48% from 255) = 29.98%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=28.50%
G=29.98%
B=41.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1731822520.310.2800.01233.1692.9483.33
HexADB6FC1F1C01e95d53
Octal255266374373401351135123
Binary1010110110110110111111001111111100011110100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB6FC; }

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

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

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

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

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

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

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

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