#ADAFE4

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

Shades of Perano #ADAFE4

Tints of Perano #ADAFE4

Color information

#ADAFE4 (or 0xADAFE4) is unknown color: approx Perano. HEX triplet: AD, AF and E4. RGB value is (173,175,228). Sum of RGB (Red+Green+Blue) = 173+175+228=576 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.03% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 228 (89.45% from 255 or 39.58% from 576); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ADAFE4 is #52501B. Grayscale: #B4B4B4. Windows color (decimal): -5394460 or 14987181. OLE color: 14987181.

HSL color Cylindrical-coordinate representation of color #ADAFE4: hue angle of 237.82º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADAFE4 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173175228-
CMYK0.240.2300.11
HSL237.82º50.46%78.63%-
HSV(B)237.82º24.12%89.41%-
XYZ46.5745.1579.66-
YUV180.44154.84122.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.03%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 228 (89.45% from 255) = 39.58%
R=30.03%
G=30.38%
B=39.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731752280.240.2300.11237.8250.4678.63
HexADAFE418170Bee324f
Octal255257344302701335662117
Binary101011011010111111100100110001011101011111011101100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAFE4; }

 p { color: rgb(173,175,228); }

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

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

 a { background-color: rgb(173,175,228); }

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

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

 span { border-color: rgb(173,175,228); }

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