#ADB8EB

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

Shades of Perano #ADB8EB

Tints of Perano #ADB8EB

Color information

#ADB8EB (or 0xADB8EB) is unknown color: approx Perano. HEX triplet: AD, B8 and EB. RGB value is (173,184,235). Sum of RGB (Red+Green+Blue) = 173+184+235=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 184 (72.27% from 255 or 31.08% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADB8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB8EB is #524714. Grayscale: #BABABA. Windows color (decimal): -5392149 or 15448237. OLE color: 15448237.

HSL color Cylindrical-coordinate representation of color #ADB8EB: hue angle of 229.35º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADB8EB is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173184235-
CMYK0.260.2200.08
HSL229.35º60.78%80%-
HSV(B)229.35º26.38%92.16%-
XYZ49.3749.1685.48-
YUV186.52155.36118.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.22%
GREEN value IS 184 (72.27% from 255) = 31.08%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=29.22%
G=31.08%
B=39.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731842350.260.2200.08229.3560.7880
HexADB8EB1A1608e53d50
Octal255270353322601034575120
Binary101011011011100011101011110101011001000111001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8EB; }

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

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

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

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

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

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

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

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