#ADBEE4

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

Shades of Perano #ADBEE4

Tints of Perano #ADBEE4

Color information

#ADBEE4 (or 0xADBEE4) is unknown color: approx Perano. HEX triplet: AD, BE and E4. RGB value is (173,190,228). Sum of RGB (Red+Green+Blue) = 173+190+228=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 228 (89.45% from 255 or 38.58% from 591); Max value from RGB is 228 - color contains mainly: blue. Hex color #ADBEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBEE4 is #52411B. Grayscale: #BDBDBD. Windows color (decimal): -5390620 or 14991021. OLE color: 14991021.

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

Color convert

RGB173190228-
CMYK0.240.1700.11
HSL221.45º50.46%78.63%-
HSV(B)221.45º24.12%89.41%-
XYZ49.6551.3180.69-
YUV189.25149.87116.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.27%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 228 (89.45% from 255) = 38.58%
R=29.27%
G=32.15%
B=38.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1731902280.240.1700.11221.4550.4678.63
HexADBEE418110Bdd324f
Octal255276344302101333562117
Binary101011011011111011100100110001000101011110111011100101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEE4; }

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

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

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

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

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

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

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

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