#A4B6E4

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

Shades of Perano #A4B6E4

Tints of Perano #A4B6E4

Color information

#A4B6E4 (or 0xA4B6E4) is unknown color: approx Perano. HEX triplet: A4, B6 and E4. RGB value is (164,182,228). Sum of RGB (Red+Green+Blue) = 164+182+228=574 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.57% from 574); Green value is 182 (71.48% from 255 or 31.71% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #A4B6E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4B6E4 is #5B491B. Grayscale: #B5B5B5. Windows color (decimal): -5982492 or 14988964. OLE color: 14988964.

HSL color Cylindrical-coordinate representation of color #A4B6E4: hue angle of 223.12º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4B6E4 is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB164182228-
CMYK0.280.2000.11
HSL223.12º54.24%76.86%-
HSV(B)223.12º28.07%89.41%-
XYZ46.0446.9580.03-
YUV181.86154.04115.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 28.57%
GREEN value IS 182 (71.48% from 255) = 31.71%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=28.57%
G=31.71%
B=39.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1641822280.280.2000.11223.1254.2476.86
HexA4B6E41C140Bdf364d
Octal244266344342401333766115
Binary101001001011011011100100111001010001011110111111101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B6E4; }

 p { color: rgb(164,182,228); }

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

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

 a { background-color: rgb(164,182,228); }

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

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

 span { border-color: rgb(164,182,228); }

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