#ADBDE5

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

Shades of Perano #ADBDE5

Tints of Perano #ADBDE5

Color information

#ADBDE5 (or 0xADBDE5) is unknown color: approx Perano. HEX triplet: AD, BD and E5. RGB value is (173,189,229). Sum of RGB (Red+Green+Blue) = 173+189+229=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 189 (74.22% from 255 or 31.98% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADBDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDE5 is #52421A. Grayscale: #BCBCBC. Windows color (decimal): -5390875 or 15056301. OLE color: 15056301.

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

Color convert

RGB173189229-
CMYK0.240.1700.10
HSL222.86º51.85%78.82%-
HSV(B)222.86º24.45%89.8%-
XYZ49.5750.9481.35-
YUV188.78150.7116.75-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 189 (74.22% from 255) = 31.98%
BLUE value IS 229 (89.84% from 255) = 38.75%
R=29.27%
G=31.98%
B=38.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1731892290.240.1700.10222.8651.8578.82
HexADBDE518110Adf344f
Octal255275345302101233764117
Binary101011011011110111100101110001000101010110111111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDE5; }

 p { color: rgb(173,189,229); }

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

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

 a { background-color: rgb(173,189,229); }

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

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

 span { border-color: rgb(173,189,229); }

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