#ADB4EB

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

Shades of Perano #ADB4EB

Tints of Perano #ADB4EB

Color information

#ADB4EB (or 0xADB4EB) is unknown color: approx Perano. HEX triplet: AD, B4 and EB. RGB value is (173,180,235). Sum of RGB (Red+Green+Blue) = 173+180+235=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB4EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB4EB is #524B14. Grayscale: #B7B7B7. Windows color (decimal): -5393173 or 15447213. OLE color: 15447213.

HSL color Cylindrical-coordinate representation of color #ADB4EB: hue angle of 233.23º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB4EB is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173180235-
CMYK0.260.2300.08
HSL233.23º60.78%80%-
HSV(B)233.23º26.38%92.16%-
XYZ48.5547.5285.21-
YUV184.18156.68120.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 180 (70.70% from 255) = 30.61%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=29.42%
G=30.61%
B=39.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731802350.260.2300.08233.2360.7880
HexADB4EB1A1708e93d50
Octal255264353322701035175120
Binary101011011011010011101011110101011101000111010011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4EB; }

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

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

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

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

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

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

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

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