#ADABE6

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

Shades of Perano #ADABE6

Tints of Perano #ADABE6

Color information

#ADABE6 (or 0xADABE6) is unknown color: approx Perano. HEX triplet: AD, AB and E6. RGB value is (173,171,230). Sum of RGB (Red+Green+Blue) = 173+171+230=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 171 (67.19% from 255 or 29.79% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #ADABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADABE6 is #525419. Grayscale: #B2B2B2. Windows color (decimal): -5395482 or 15117229. OLE color: 15117229.

HSL color Cylindrical-coordinate representation of color #ADABE6: hue angle of 242.03º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADABE6 is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB173171230-
CMYK0.250.2600.10
HSL242.03º54.13%78.63%-
HSV(B)242.03º25.65%90.2%-
XYZ46.0843.7280.87-
YUV178.32157.16124.2-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.14%
GREEN value IS 171 (67.19% from 255) = 29.79%
BLUE value IS 230 (90.23% from 255) = 40.07%
R=30.14%
G=29.79%
B=40.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731712300.250.2600.10242.0354.1378.63
HexADABE6191A0Af2364f
Octal255253346313201236266117
Binary101011011010101111100110110011101001010111100101101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADABE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADABE6; }

 p { color: rgb(173,171,230); }

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

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

 a { background-color: rgb(173,171,230); }

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

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

 span { border-color: rgb(173,171,230); }

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