#A3BDE8

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

Shades of Perano #A3BDE8

Tints of Perano #A3BDE8

Color information

#A3BDE8 (or 0xA3BDE8) is unknown color: approx Perano. HEX triplet: A3, BD and E8. RGB value is (163,189,232). Sum of RGB (Red+Green+Blue) = 163+189+232=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #A3BDE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3BDE8 is #5C4217. Grayscale: #B9B9B9. Windows color (decimal): -6046232 or 15252899. OLE color: 15252899.

HSL color Cylindrical-coordinate representation of color #A3BDE8: hue angle of 217.39º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3BDE8 is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163189232-
CMYK0.300.1900.09
HSL217.39º60%77.45%-
HSV(B)217.39º29.74%90.98%-
XYZ47.8750.0183.47-
YUV186.13153.89111.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.91%
GREEN value IS 189 (74.22% from 255) = 32.36%
BLUE value IS 232 (91.02% from 255) = 39.73%
R=27.91%
G=32.36%
B=39.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631892320.300.1900.09217.396077.45
HexA3BDE81E1309d93c4d
Octal243275350362301133174115
Binary101000111011110111101000111101001101001110110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3BDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3BDE8; }

 p { color: rgb(163,189,232); }

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

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

 a { background-color: rgb(163,189,232); }

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

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

 span { border-color: rgb(163,189,232); }

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