#A4BCFC

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

Shades of Perano #A4BCFC

Tints of Perano #A4BCFC

Color information

#A4BCFC (or 0xA4BCFC) is unknown color: approx Perano. HEX triplet: A4, BC and FC. RGB value is (164,188,252). Sum of RGB (Red+Green+Blue) = 164+188+252=604 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.15% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4BCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4BCFC is #5B4303. Grayscale: #BBBBBB. Windows color (decimal): -5980932 or 16563364. OLE color: 16563364.

HSL color Cylindrical-coordinate representation of color #A4BCFC: hue angle of 223.64º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4BCFC is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164188252-
CMYK0.350.2500.01
HSL223.64º93.62%81.57%-
HSV(B)223.64º34.92%98.82%-
XYZ50.8650.8999.24-
YUV188.12164.05110.8-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.15%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=27.15%
G=31.13%
B=41.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1641882520.350.2500.01223.6493.6281.57
HexA4BCFC231901e05e52
Octal244274374433101340136122
Binary10100100101111001111110010001111001011110000010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BCFC; }

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

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

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

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

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

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

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

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