#ADACFB

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

Shades of Perano #ADACFB

Tints of Perano #ADACFB

Color information

#ADACFB (or 0xADACFB) is unknown color: approx Perano. HEX triplet: AD, AC and FB. RGB value is (173,172,251). Sum of RGB (Red+Green+Blue) = 173+172+251=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #ADACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADACFB is #525304. Grayscale: #B4B4B4. Windows color (decimal): -5395205 or 16493741. OLE color: 16493741.

HSL color Cylindrical-coordinate representation of color #ADACFB: hue angle of 240.76º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADACFB is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173172251-
CMYK0.310.3100.02
HSL240.76º90.8%82.94%-
HSV(B)240.76º31.47%98.43%-
XYZ49.445.3597.42-
YUV181.3167.33122.08-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 172 (67.58% from 255) = 28.86%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=29.03%
G=28.86%
B=42.11%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1731722510.310.3100.02240.7690.882.94
HexADACFB1F1F02f15b53
Octal255254373373702361133123
Binary10101101101011001111101111111111110101111000110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADACFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADACFB; }

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

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

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

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

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

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

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

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