#ADBEE7

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

Shades of Perano #ADBEE7

Tints of Perano #ADBEE7

Color information

#ADBEE7 (or 0xADBEE7) is unknown color: approx Perano. HEX triplet: AD, BE and E7. RGB value is (173,190,231). Sum of RGB (Red+Green+Blue) = 173+190+231=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 231 (90.62% from 255 or 38.89% from 594); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADBEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEE7 is #524118. Grayscale: #BDBDBD. Windows color (decimal): -5390617 or 15187629. OLE color: 15187629.

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

Color convert

RGB173190231-
CMYK0.250.1800.09
HSL222.41º54.72%79.22%-
HSV(B)222.41º25.11%90.59%-
XYZ50.0751.4882.9-
YUV189.59151.37116.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 190 (74.61% from 255) = 31.99%
BLUE value IS 231 (90.62% from 255) = 38.89%
R=29.12%
G=31.99%
B=38.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1731902310.250.1800.09222.4154.7279.22
HexADBEE7191209de374f
Octal255276347312201133667117
Binary101011011011111011100111110011001001001110111101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEE7; }

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

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

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

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

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

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

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

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