#ADBEEB

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

Shades of Perano #ADBEEB

Tints of Perano #ADBEEB

Color information

#ADBEEB (or 0xADBEEB) is unknown color: approx Perano. HEX triplet: AD, BE and EB. RGB value is (173,190,235). Sum of RGB (Red+Green+Blue) = 173+190+235=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #ADBEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADBEEB is #524114. Grayscale: #BDBDBD. Windows color (decimal): -5390613 or 15449773. OLE color: 15449773.

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

Color convert

RGB173190235-
CMYK0.260.1900.08
HSL223.55º60.78%80%-
HSV(B)223.55º26.38%92.16%-
XYZ50.6451.7185.91-
YUV190.05153.37115.84-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.93%
GREEN value IS 190 (74.61% from 255) = 31.77%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=28.93%
G=31.77%
B=39.30%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1731902350.260.1900.08223.5560.7880
HexADBEEB1A1308e03d50
Octal255276353322301034075120
Binary101011011011111011101011110101001101000111000001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBEEB; }

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

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

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

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

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

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

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

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