#ADACFE

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

Shades of Perano #ADACFE

Tints of Perano #ADACFE

Color information

#ADACFE (or 0xADACFE) is unknown color: approx Perano. HEX triplet: AD, AC and FE. RGB value is (173,172,254). Sum of RGB (Red+Green+Blue) = 173+172+254=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADACFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFE is #525301. Grayscale: #B5B5B5. Windows color (decimal): -5395202 or 16690349. OLE color: 16690349.

HSL color Cylindrical-coordinate representation of color #ADACFE: hue angle of 240.73º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADACFE is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB173172254-
CMYK0.320.3200.00
HSL240.73º97.62%83.53%-
HSV(B)240.73º32.28%99.61%-
XYZ49.8845.5599.93-
YUV181.65168.83121.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 254 (99.61% from 255) = 42.40%
R=28.88%
G=28.71%
B=42.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1731722540.320.3200.00240.7397.6283.53
HexADACFE202000f16254
Octal255254376404000361142124
Binary101011011010110011111110100000100000001111000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACFE; }

 p { color: rgb(173,172,254); }

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

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

 a { background-color: rgb(173,172,254); }

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

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

 span { border-color: rgb(173,172,254); }

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