#AABDEB

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

Shades of Perano #AABDEB

Tints of Perano #AABDEB

Color information

#AABDEB (or 0xAABDEB) is unknown color: approx Perano. HEX triplet: AA, BD and EB. RGB value is (170,189,235). Sum of RGB (Red+Green+Blue) = 170+189+235=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 189 (74.22% from 255 or 31.82% 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 #AABDEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDEB is #554214. Grayscale: #BCBCBC. Windows color (decimal): -5587477 or 15449514. OLE color: 15449514.

HSL color Cylindrical-coordinate representation of color #AABDEB: hue angle of 222.46º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AABDEB is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170189235-
CMYK0.280.2000.08
HSL222.46º61.9%79.41%-
HSV(B)222.46º27.66%92.16%-
XYZ49.7750.9485.81-
YUV188.56154.21114.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.62%
GREEN value IS 189 (74.22% from 255) = 31.82%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=28.62%
G=31.82%
B=39.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701892350.280.2000.08222.4661.979.41
HexAABDEB1C1408de3e4f
Octal252275353342401033676117
Binary101010101011110111101011111001010001000110111101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABDEB; }

 p { color: rgb(170,189,235); }

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

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

 a { background-color: rgb(170,189,235); }

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

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

 span { border-color: rgb(170,189,235); }

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