#ADBDE8

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

Shades of Perano #ADBDE8

Tints of Perano #ADBDE8

Color information

#ADBDE8 (or 0xADBDE8) is unknown color: approx Perano. HEX triplet: AD, BD and E8. RGB value is (173,189,232). Sum of RGB (Red+Green+Blue) = 173+189+232=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 189 (74.22% from 255 or 31.82% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADBDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBDE8 is #524217. Grayscale: #BCBCBC. Windows color (decimal): -5390872 or 15252909. OLE color: 15252909.

HSL color Cylindrical-coordinate representation of color #ADBDE8: hue angle of 223.73º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADBDE8 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173189232-
CMYK0.250.1900.09
HSL223.73º56.19%79.41%-
HSV(B)223.73º25.43%90.98%-
XYZ5051.1183.57-
YUV189.12152.2116.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=29.12%
G=31.82%
B=39.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731892320.250.1900.09223.7356.1979.41
HexADBDE8191309e0384f
Octal255275350312301134070117
Binary101011011011110111101000110011001101001111000001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDE8; }

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

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

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

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

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

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

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

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