#ADB4EC

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

Shades of Perano #ADB4EC

Tints of Perano #ADB4EC

Color information

#ADB4EC (or 0xADB4EC) is unknown color: approx Perano. HEX triplet: AD, B4 and EC. RGB value is (173,180,236). Sum of RGB (Red+Green+Blue) = 173+180+236=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 236 - color contains mainly: blue. Hex color #ADB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4EC is #524B13. Grayscale: #B8B8B8. Windows color (decimal): -5393172 or 15512749. OLE color: 15512749.

HSL color Cylindrical-coordinate representation of color #ADB4EC: hue angle of 233.33º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB4EC is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173180236-
CMYK0.270.2400.07
HSL233.33º62.38%80.2%-
HSV(B)233.33º26.69%92.55%-
XYZ48.747.5885.97-
YUV184.29157.18119.95-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 236 (92.58% from 255) = 40.07%
R=29.37%
G=30.56%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731802360.270.2400.07233.3362.3880.2
HexADB4EC1B1807e93e50
Octal25526435433300735176120
Binary10101101101101001110110011011110000111111010011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4EC; }

 p { color: rgb(173,180,236); }

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

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

 a { background-color: rgb(173,180,236); }

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

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

 span { border-color: rgb(173,180,236); }

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