#ADB0ED

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

Shades of Perano #ADB0ED

Tints of Perano #ADB0ED

Color information

#ADB0ED (or 0xADB0ED) is unknown color: approx Perano. HEX triplet: AD, B0 and ED. RGB value is (173,176,237). Sum of RGB (Red+Green+Blue) = 173+176+237=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 237 (92.97% from 255 or 40.44% from 586); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ADB0ED is #524F12. Grayscale: #B5B5B5. Windows color (decimal): -5394195 or 15577261. OLE color: 15577261.

HSL color Cylindrical-coordinate representation of color #ADB0ED: hue angle of 237.19º degrees, saturation: 0.64, 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 #ADB0ED is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173176237-
CMYK0.270.2600.07
HSL237.19º64%80.39%-
HSV(B)237.19º27%92.94%-
XYZ48.0446.0586.48-
YUV182.06159.01121.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.52%
GREEN value IS 176 (69.14% from 255) = 30.03%
BLUE value IS 237 (92.97% from 255) = 40.44%
R=29.52%
G=30.03%
B=40.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731762370.270.2600.07237.196480.39
HexADB0ED1B1A07ed4050
Octal255260355333207355100120
Binary101011011011000011101101110111101001111110110110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB0ED; }

 p { color: rgb(173,176,237); }

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

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

 a { background-color: rgb(173,176,237); }

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

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

 span { border-color: rgb(173,176,237); }

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