#A4BCFE

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

Shades of Perano #A4BCFE

Tints of Perano #A4BCFE

Color information

#A4BCFE (or 0xA4BCFE) is unknown color: approx Perano. HEX triplet: A4, BC and FE. RGB value is (164,188,254). Sum of RGB (Red+Green+Blue) = 164+188+254=606 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.06% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFE is #5B4301. Grayscale: #BCBCBC. Windows color (decimal): -5980930 or 16694436. OLE color: 16694436.

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

Color convert

RGB164188254-
CMYK0.350.2600.00
HSL224º97.83%81.96%-
HSV(B)224º35.43%99.61%-
XYZ51.1851.01100.92-
YUV188.35165.05110.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.06%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 254 (99.61% from 255) = 41.91%
R=27.06%
G=31.02%
B=41.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1641882540.350.2600.0022497.8381.96
HexA4BCFE231A00e06252
Octal244274376433200340142122
Binary10100100101111001111111010001111010001110000011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCFE; }

 p { color: rgb(164,188,254); }

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

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

 a { background-color: rgb(164,188,254); }

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

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

 span { border-color: rgb(164,188,254); }

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