#ADBAEB

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

Shades of Perano #ADBAEB

Tints of Perano #ADBAEB

Color information

#ADBAEB (or 0xADBAEB) is unknown color: approx Perano. HEX triplet: AD, BA and EB. RGB value is (173,186,235). Sum of RGB (Red+Green+Blue) = 173+186+235=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADBAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAEB is #524514. Grayscale: #BBBBBB. Windows color (decimal): -5391637 or 15448749. OLE color: 15448749.

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

Color convert

RGB173186235-
CMYK0.260.2100.08
HSL227.42º60.78%80%-
HSV(B)227.42º26.38%92.16%-
XYZ49.795085.62-
YUV187.7154.69117.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.12%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=29.12%
G=31.31%
B=39.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731862350.260.2100.08227.4260.7880
HexADBAEB1A1508e33d50
Octal255272353322501034375120
Binary101011011011101011101011110101010101000111000111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAEB; }

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

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

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

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

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

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

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

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