#ADB7EE

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

Shades of Perano #ADB7EE

Tints of Perano #ADB7EE

Color information

#ADB7EE (or 0xADB7EE) is unknown color: approx Perano. HEX triplet: AD, B7 and EE. RGB value is (173,183,238). Sum of RGB (Red+Green+Blue) = 173+183+238=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 238 (93.36% from 255 or 40.07% from 594); Max value from RGB is 238 - color contains mainly: blue. Hex color #ADB7EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADB7EE is #524811. Grayscale: #BABABA. Windows color (decimal): -5392402 or 15644589. OLE color: 15644589.

HSL color Cylindrical-coordinate representation of color #ADB7EE: hue angle of 230.77º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ADB7EE is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB173183238-
CMYK0.270.2300.07
HSL230.77º65.66%80.59%-
HSV(B)230.77º27.31%93.33%-
XYZ49.648.9287.72-
YUV186.28157.19118.53-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 238 (93.36% from 255) = 40.07%
R=29.12%
G=30.81%
B=40.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731832380.270.2300.07230.7765.6680.59
HexADB7EE1B1707e74251
Octal255267356332707347102121
Binary101011011011011111101110110111011101111110011110000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB7EE; }

 p { color: rgb(173,183,238); }

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

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

 a { background-color: rgb(173,183,238); }

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

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

 span { border-color: rgb(173,183,238); }

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