#ADBFEA

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

Shades of Perano #ADBFEA

Tints of Perano #ADBFEA

Color information

#ADBFEA (or 0xADBFEA) is unknown color: approx Perano. HEX triplet: AD, BF and EA. RGB value is (173,191,234). Sum of RGB (Red+Green+Blue) = 173+191+234=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #ADBFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBFEA is #524015. Grayscale: #BEBEBE. Windows color (decimal): -5390358 or 15384493. OLE color: 15384493.

HSL color Cylindrical-coordinate representation of color #ADBFEA: hue angle of 222.3º degrees, saturation: 0.59, 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 #ADBFEA is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB173191234-
CMYK0.260.1800.08
HSL222.3º59.22%79.8%-
HSV(B)222.3º26.07%91.76%-
XYZ50.7252.0985.22-
YUV190.52152.54115.5-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 191 (75% from 255) = 31.94%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=28.93%
G=31.94%
B=39.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731912340.260.1800.08222.359.2279.8
HexADBFEA1A1208de3b50
Octal255277352322201033673120
Binary101011011011111111101010110101001001000110111101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBFEA; }

 p { color: rgb(173,191,234); }

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

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

 a { background-color: rgb(173,191,234); }

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

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

 span { border-color: rgb(173,191,234); }

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