#ADB8E7

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

Shades of Perano #ADB8E7

Tints of Perano #ADB8E7

Color information

#ADB8E7 (or 0xADB8E7) is unknown color: approx Perano. HEX triplet: AD, B8 and E7. RGB value is (173,184,231). Sum of RGB (Red+Green+Blue) = 173+184+231=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 184 (72.27% from 255 or 31.29% from 588); Blue value is 231 (90.62% from 255 or 39.29% from 588); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADB8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8E7 is #524718. Grayscale: #B9B9B9. Windows color (decimal): -5392153 or 15186093. OLE color: 15186093.

HSL color Cylindrical-coordinate representation of color #ADB8E7: hue angle of 228.62º degrees, saturation: 0.55, 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 #ADB8E7 is Cyan = 0.25, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB173184231-
CMYK0.250.2000.09
HSL228.62º54.72%79.22%-
HSV(B)228.62º25.11%90.59%-
XYZ48.848.9382.47-
YUV186.07153.36118.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.42%
GREEN value IS 184 (72.27% from 255) = 31.29%
BLUE value IS 231 (90.62% from 255) = 39.29%
R=29.42%
G=31.29%
B=39.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731842310.250.2000.09228.6254.7279.22
HexADB8E7191409e5374f
Octal255270347312401134567117
Binary101011011011100011100111110011010001001111001011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8E7; }

 p { color: rgb(173,184,231); }

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

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

 a { background-color: rgb(173,184,231); }

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

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

 span { border-color: rgb(173,184,231); }

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