#ADBAED

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

Shades of Perano #ADBAED

Tints of Perano #ADBAED

Color information

#ADBAED (or 0xADBAED) is unknown color: approx Perano. HEX triplet: AD, BA and ED. RGB value is (173,186,237). Sum of RGB (Red+Green+Blue) = 173+186+237=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 186 (73.05% from 255 or 31.21% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 237 - color contains mainly: blue. Hex color #ADBAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBAED is #524512. Grayscale: #BBBBBB. Windows color (decimal): -5391635 or 15579821. OLE color: 15579821.

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

Color convert

RGB173186237-
CMYK0.270.2200.07
HSL227.81º64%80.39%-
HSV(B)227.81º27%92.94%-
XYZ50.0850.1287.15-
YUV187.93155.69117.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.03%
GREEN value IS 186 (73.05% from 255) = 31.21%
BLUE value IS 237 (92.97% from 255) = 39.77%
R=29.03%
G=31.21%
B=39.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1731862370.270.2200.07227.816480.39
HexADBAED1B1607e44050
Octal255272355332607344100120
Binary101011011011101011101101110111011001111110010010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBAED; }

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

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

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

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

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

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

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

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