#ADB8E3

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

Shades of Perano #ADB8E3

Tints of Perano #ADB8E3

Color information

#ADB8E3 (or 0xADB8E3) is unknown color: approx Perano. HEX triplet: AD, B8 and E3. RGB value is (173,184,227). Sum of RGB (Red+Green+Blue) = 173+184+227=584 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.62% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADB8E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8E3 is #52471C. Grayscale: #B9B9B9. Windows color (decimal): -5392157 or 14923949. OLE color: 14923949.

HSL color Cylindrical-coordinate representation of color #ADB8E3: hue angle of 227.78º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADB8E3 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB173184227-
CMYK0.240.1900.11
HSL227.78º49.09%78.43%-
HSV(B)227.78º23.79%89.02%-
XYZ48.2448.7179.53-
YUV185.61151.36119-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.62%
GREEN value IS 184 (72.27% from 255) = 31.51%
BLUE value IS 227 (89.06% from 255) = 38.87%
R=29.62%
G=31.51%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731842270.240.1900.11227.7849.0978.43
HexADB8E318130Be4314e
Octal255270343302301334461116
Binary101011011011100011100011110001001101011111001001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8E3; }

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

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

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

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

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

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

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

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