#A4BDFF

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

Shades of Perano #A4BDFF

Tints of Perano #A4BDFF

Color information

#A4BDFF (or 0xA4BDFF) is unknown color: approx Perano. HEX triplet: A4, BD and FF. RGB value is (164,189,255). Sum of RGB (Red+Green+Blue) = 164+189+255=608 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.97% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4BDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BDFF is #5B4200. Grayscale: #BCBCBC. Windows color (decimal): -5980673 or 16760228. OLE color: 16760228.

HSL color Cylindrical-coordinate representation of color #A4BDFF: hue angle of 223.52º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4BDFF is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164189255-
CMYK0.360.2600
HSL223.52º100%82.16%-
HSV(B)223.52º35.69%100%-
XYZ51.5651.51101.83-
YUV189.05165.22110.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 26.97%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 255 (100% from 255) = 41.94%
R=26.97%
G=31.09%
B=41.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1641892550.360.2600223.5210082.16
HexA4BDFF241A00e06452
Octal244275377443200340144122
Binary10100100101111011111111110010011010001110000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BDFF; }

 p { color: rgb(164,189,255); }

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

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

 a { background-color: rgb(164,189,255); }

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

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

 span { border-color: rgb(164,189,255); }

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