#A2BDEA

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

Shades of Perano #A2BDEA

Tints of Perano #A2BDEA

Color information

#A2BDEA (or 0xA2BDEA) is unknown color: approx Perano. HEX triplet: A2, BD and EA. RGB value is (162,189,234). Sum of RGB (Red+Green+Blue) = 162+189+234=585 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.69% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2BDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2BDEA is #5D4215. Grayscale: #B9B9B9. Windows color (decimal): -6111766 or 15383970. OLE color: 15383970.

HSL color Cylindrical-coordinate representation of color #A2BDEA: hue angle of 217.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2BDEA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162189234-
CMYK0.310.1900.08
HSL217.5º63.16%77.65%-
HSV(B)217.5º30.77%91.76%-
XYZ47.9550.0284.97-
YUV186.06155.05110.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.69%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 234 (91.80% from 255) = 40%
R=27.69%
G=32.31%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621892340.310.1900.08217.563.1677.65
HexA2BDEA1F1308da3f4e
Octal242275352372301033277116
Binary101000101011110111101010111111001101000110110101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BDEA; }

 p { color: rgb(162,189,234); }

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

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

 a { background-color: rgb(162,189,234); }

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

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

 span { border-color: rgb(162,189,234); }

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